when i do :
It looks OK in firefox but in IE I see 1) a big bar instead of a line and 2) it is 1 pixel "down" so i see a white line between the content above. Is there any way around this?
--
Code:
div.header
{
left: 6px;
width: 975px;
position: absolute;
top: 97px;
height: 1px;
background-color: #006699;
}
It looks OK in firefox but in IE I see 1) a big bar instead of a line and 2) it is 1 pixel "down" so i see a white line between the content above. Is there any way around this?
--