Okay, so I have a div called "thinbar". It is 5px tall. In IE, it shows up taller than that, for some strange reason. Firefox shows it as the 5px I specified. Can anyone see why IE wouldn't be displaying the right height?
Code below...
CSS:
.thinbar { margin: 0px; height: 5px; width: 46.9em;
background-color: #F9E886; border-style: solid;
border-color: #000000; padding: 0px; border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px;
border-right-width: 0px; }
XHTML:
<div class="thinbar"></div>
Any clues would be much appreciated!!!
Code below...
CSS:
.thinbar { margin: 0px; height: 5px; width: 46.9em;
background-color: #F9E886; border-style: solid;
border-color: #000000; padding: 0px; border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px;
border-right-width: 0px; }
XHTML:
<div class="thinbar"></div>
Any clues would be much appreciated!!!















