> >>Everywhere looks good, but IE adding some space before and below 1px
line.
Why ?
IE quirk.
Sometimes you can eliminate this by giving margin a small negative
value. margin: -2px 0 -2px 0; If no improvement, try slightly larger
numbers.
H
I changed to:
div.line1gray {
width: 100%;
height: 1px;
margin: 0px;
border-top: 1px solid gray;
padding: 0px;
display: block;
font-size: 1px;
}
Works fine on IE, Mozilla, Opera. Any other I don't know, but could be good.
Greets,
Cezar.