Here's the CSS Code:
These dividing bars are 20px high in IE6 and I'm assuming it must be a problem with margins. Is there a quick fix for this particular element?
Code:
#greenbar {
float: left;
display: inline;
width: 180px;
height: 1px;
margin-top: 11px;
margin-left: 8px;
background-color: #6c0;
}
These dividing bars are 20px high in IE6 and I'm assuming it must be a problem with margins. Is there a quick fix for this particular element?