Forum Moderators: not2easy
the css for id is;
#leftcontent {
position: absolute;
left:12px;
top:198px;
width:230px;
height:385px;
border:1px solid #000;
background-image : url(../images/kids.jpg);
background-repeat : no-repeat;
background-color : White;
}
This results in a small horizontal space of about 3 px at the bottom of the image. It renders this way in NN6 & IE6. IE5 appears to not have the space. Any ideas about what's happening here?
A different issue with IE5.5 however is the center column doesn't appear to display a height consistent with the left and right content divs.
#centercontent {
position : relative;
top:3px;
background:#fff;
padding : 10px 30px 20px 30px;
margin-left: 205px;
margin-right:229px;
border:1px solid #000;
border-left-style : none;
border-right-style : none;
height:355px;
voice-family: "\";}\"";
voice-family: inherit;
margin-left: 205px;
margin-right:229px;
}
html>body #centercontent {
margin-left: 205px;
margin-right:231px;
}
Any suggestions or comments very welcome.
Thanks
David