I currently have a layout up in a community I maintain. It looks fine on my browser (Firefox) but I have other users telling me that the entry boxes are way below where they are supposed to be - like the top entry requires some scrolling to get to. I assume they are using IE. Is there anything I can do with my css so that IE viewers can see the layout as cleanly as I do?
Here is my css:
body {
background-image:url('
http://i53.tinypic.com/4rfi2d.gif');
background-color: #e64d77;
text-align: justify;
color: black;
font-family: Verdana;
font-size: 11px;
margin: 20px 0;
}
a, a:link, a:visited {
color: #e64d77;
text-decoration: none;
}
a:hover {
color: black;
text-decoration: none;
}
p, td, blockquote {
font-size: 9px;
}
code, kbd, pre, tt {
font-family: monospace;
}
#content
{ width: 890px;
margin-left: auto; margin-right: auto;
}
#maincontent {
width:700px;
margin-top: 10px;
margin-left:192px;
font-family: Verdana;
font-size: 12px;
text-align: justify;
}
#sidebar {
border:solid 1px #000000;
background-color: #ffffff;
font-size: ;
font-family: Verdana;
color: black;
width: 160px;
float: left;
text-align: justify;
margin-top:10px;
padding:10px;
}
.subcontent {
}
.entry {
border-left:solid 1px #E6E0D8;
border-bottom:solid 1px #E6E0D8;
border-right:solid 1px #E6E0D8;
padding: 15px;
background-color: #ffffff;
color: black;
font-family: Verdana;
font-size: 12px;
text-align: justify;
}
.entry_text {
min-height:70px;
margin-right: 110px;
}
.entry_text img {
max-width: 540px;
}
#header {
border:solid 1px #E6E0D8;
width: 100%;
margin: 0px;
font-family: Verdana;
font-size: 12px;
font-weight: bold;
letter-spacing: 2px;
background-color: #fff;
padding:10px 0;
}
div#header a, div#header a:link, div#header a:visited {
display:none;
}
.title {
font-family: Verdana;
font-size: 17px;
font-weight: bold;
top: 10px;
text-align:center;
padding-left:20px;
}
.subtitle{
font-family: Verdana;
font-size: 14px;
font-weight: normal;
text-align:center;
padding-left:20px;
text-transform:uppercase;
}
ul.navheader
{
display:none;
}
ul.navheader li {
display: inline;
padding: 0 3px 0 3px;
}
.userpic, .userpicfriends {
position: relative;
float: right;
background-color: #fff;
padding: 0;
margin: 10px;
z-index: 15;
text-align: center;
font-family: Verdana;
font-size: 12px;
}
.date {
margin:5px 5px 2px 5px;
padding-left:10px;
color: #e64d77;
font-family: Verdana;
font-size: 12px;
letter-spacing:+1px;
}
.subject {
margin:0 10px;
padding:0 5px 5px 5px;
color: #e64d77;
font-family:arial;
font-size: 12px;
text-transform:uppercase;
border-bottom:solid 1px #f2ece4;
}
.subject a, .subject a:link, .subject a:visited {
color: #e64d77;
}
.subject a:hover {
color: black;
}
.datesubject {
border-top:solid 1px #E6E0D8;
border-left:solid 1px #E6E0D8;
border-right:solid 1px #E6E0D8;
background-color: #fff;
}
.entry ul li
{
padding-left: 5px;
margin-left: 15px;
}
.entry ol li
{
padding-left: 5px;
margin-left: 15px;
}
.currents {
font-size:10px;
}
.currents div {
text-align:left;
display: block;
line-height:150%;
}
.currents strong, .currentmood strong, .currentmusic .currentlocation
{
font-size:10px;
color:#363636;
text-transform:lowercase;
font-weight:normal!important;
}
.currentmusic {
font-size:10px;
}
.currentmood {
font-size:10px;
}
.currentlocation {
text-transform:lowercase;
font-size:10px;
}
.currents, .currentmood, .currentmusic {
font-size:10px;
font-weight: normal;
color: #363636;
text-transform: lowercase;
}
.currentlocation a, .currentlocation a:link, .currentlocation a:visited {
color: #363636;
font-weight: normal;
text-transform:lowercase;
}
.currentlocation a:hover {
color: black;
font-weight: normal;
text-transform: lowercasee;
}
.ljtags {padding-left: 12px;
color: #363636;
font-weight: none;
margin-top: 20px;
text-transform: lowercase;
background: }
.ljtags a:link, .ljtags a, .ljtags a:active, .ljtags a:visited {text-transform: lowercase;}
.separator {height: 1px;}}
.comments {
font-family: Verdana;
font-size: 11px;
color:#e64d77;
text-align: center;
background-color: #fff;
padding: 0px 5px;
}
div.comments a, div.comments a:link, div.comments a:visited{
color: #e64d77;
}
div.comments a:hover {
color: black;
text-decoration: none;
}
.defaultuserpic {
padding:10px;
background-color:#F7F5F0;
margin:20px;
}
.sbarheader {
}
.sbarbody {
}
.sbarbody2 {
padding:5px;
}
div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
color: #e64d77;
}
div#sidebar a:hover {
color: black;
text-decoration: none;
}
table.calendar,.sbarcalendar, .sbarcalendarposts, #sidebar_tags, #sidebar_calendar, #sidebar_summary {
}
ul.sbarlist
{
padding-left: 0px;
margin-left: 0px;
list-style: none;
}
li.sbaritem
{
padding-left: 10px;
list-style: none;
display:block;
}
li.sbartitle
{
text-transform:uppercase;
color:#aaa;
border-bottom:1px solid #F7F5F0;
padding:5px 0 5px 10px;
letter-spacing:+1px;
font-size:10px;
}
#footer {
z-index: 100;
clear: both;
border:solid 1px #E6E0D8;
width: 100%;
margin-top: -10px;
font-family: Verdana;
font-size: 11px;
letter-spacing: 2px;
background-color: #fff;
padding:10px 0;
}
div#footer a, div#footer a:link, div#footer a:visited {
color: #e64d77;
}
div#footer a:hover {
color: black;
text-decoration: none;
}
ul.navfooter{
padding-left: 10px;
margin: 0px;
}
ul.navfooter li {
display: block;
margin: 0 5px 0 5px;
}
.clearfoot {
clear: both;
}
.clear {
height: 12px;
}
.separator{
height: 0px;
}
/*----------------------------------------------------
Extra Pages
----------------------------------------------------------------*/
ul.year {
text-align: center;
padding-bottom: 40px;
}
ul.year li {
display: inline;
}
table.yeartable {
margin-left: auto;
margin-right: auto;
}
table.yeartable td.yeardate, table.yeartable td.yearday {
border-width: 1px;
border-style: solid;
border-color: #999999;
}
table.yeartable td.yearday {
background-color: #E2E2E2;
text-align: center;
}
td.yearmonth {
border-style: none;
}
.ljtaglist {
background-color:#ffffff;
}
/*----------------------------------------------------
Comments pages
----------------------------------------------------------------*/
#qrformdiv table {
border-color: #fafafa!important;
}
.datesubjectcomment {
background:#fff;
padding: 5px;
text-transform:uppercase;
font-size:7pt;
text-align:right;
}
.userpiccomment {
z-index: 15;
margin:0 20px 10px 0;
float: left;
padding:5px;
background-color:#fff;
border:solid 1px #E6E0D8;
}
.box {
}
input, textarea {
background-color: #fff;
color: #767676;
}
textarea.textbox {
width: 100% !important;
}
.reply {
position: relative;
margin: 20px 30px 10px 30px;
padding: 25px 10px 10px 10px;
text-align: justify;
font-family: Lucida Sans Unicode;
font-size: 9px;
line-height: 125%;
background-color: #fff;
color: #767676;
}
.replytosubject {
font-weight: bold;
}
.commentreply {
position: relative;
margin: 10px;
font-size: 9px;
font-family: Lucida Sans Unicode;
color: #767676;
line-height:150%;
letter-spacing:+0.5px;
padding:10px 0 20px 120px;
min-height:50px;
}
.commentbox {
padding: 10px;
margin: 10px 0 10px 10px;
background-color: #fff;
border:solid 1px #E6E0D8;
}
.datesubjectcomment a:link, .datesubjectcomment a:visited {
color: #d0d0d0;
}
.datesubjectcomment a:hover {
color: #b2B2B2;
}
.commentboxpartial {
padding: 10px;
margin: 10px;
background-color: #fff;
}
.commentinfo {
background-color: #fff;
margin-top: 10px;
width: 100%;
}
.skiplinks {
text-align: center;
color:#ddd;
font-weight:normal;
background-color:#FFF;
padding:5px;
border:solid 1px #E6E0D8;
}
.skiplinks a {
color:#ddd;
font-weight:normal;
}
.subject img[src="
http://l-stat.livejournal.com/img/icon_private.gif"], .subject img[src="
http://l-stat.livejournal.com/img/icon_protected.gif"]{
width: 0;
height: 0;
padding: 0 0 0 0!important;
background: url(
http://ohbambi.net/ohcodey/misc%20images/key.png); filter:alpha(opacity=60);
opacity:0.6;
}
.ljuser a, .ljuser a:hover{
font-family:Arial;
font-weight:normal;
letter-spacing:+1px;
text-transform:uppercase;
text-decoration:none;
}
.ljuser img {
width: 0;
height: 0;
background-repeat: no-repeat;
background-color: transparent;
background-image: url();
padding: 0 !important;
}
.ljuser img[src="
http://l-stat.livejournal.com/img/userinfo.gif"] {
background-color:transparent;
background-image: url()!important;
background-repeat: no-repeat!important;
padding: 0!important;
}
.ljuser img[src="
http://l-stat.livejournal.com/img/community.gif"] {
background-color:transparent;
background-image: url()!important;
background-repeat: no-repeat!important;
padding: 0;
}
img[src="
http://l-stat.livejournal.com/img/btn_del.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 10px 10px !important;
background: url(
http://ohbambi.net/ohcodey/max/icons/160.png); }
img[src="
http://l-stat.livejournal.com/img/btn_scr.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 10px 10px !important;
background: url(
http://ohbambi.net/ohcodey/max/icons/160.png); }
img[src="
http://l-stat.livejournal.com/img/btn_unscr.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 10px 10px !important;
background: url(
http://ohbambi.net/ohcodey/max/icons/160.png); }
img[src="
http://l-stat.livejournal.com/img/btn_freeze.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 10px 10px !important;
background: url(
http://ohbambi.net/ohcodey/max/icons/160.png); }
img[src="
http://l-stat.livejournal.com/img/btn_unfreeze.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 10px 10px !important;
background: url(
http://ohbambi.net/ohcodey/max/icons/160.png); }
img[src="
http://l-stat.livejournal.com/img/btn_track.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 10px 10px !important;
background: url(
http://ohbambi.net/ohcodey/max/icons/160.png); }
img[src="
http://l-stat.livejournal.com/img/btn_tracking.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 10px 10px !important;
background: url(
http://ohbambi.net/ohcodey/max/icons/160.png); }
img[src="
http://l-stat.livejournal.com/img/btn_edit.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 10px 10px !important;
background: url(
http://ohbambi.net/ohcodey/max/icons/160.png); }
img[src="
http://l-stat.livejournal.com/img/openid-profile.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 10px 10px !important;
background: url(
http://ohbambi.net/ohcodey/max/icons/160.png); }
img[src="
http://l-stat.livejournal.com/img/talk/none.gif"] {
display: none;
}
img[src="
http://l-stat.livejournal.com/img/help.gif"] {
height: 0px;
width: 0px;
padding: 0px 0px 10px 10px !important;
background: url(
http://ohbambi.net/ohcodey/max/icons/160.png); }
.entry font, .entry span, .entry, .entry div {
background-color: #FFFFFF!important;
color: #000000 !important;
font-family: verdana !important;
font-style: inherit !important;
}
Any and all help is appreciated, thank you!