Forum Moderators: not2easy
I'm trying to create a very thin line somewhere in my CSS-Design. It should get a height of 3px. As always, IE is a pain in the a** (arm).
It looks to me, that IE uses a minimum height at about line-height. How do I get IE to use 3px like it should?
Here's an example:
#test {
width: 90%;
height: 3px;
background-color: green;
}