html - Internet Explorer ignores really small heights set in CSS -
I have CSS which looks like this ...
. ColorsseparatorArea {background color: # 3d3d 77; Height: 1px; } ... and then I am applying that style to a DIV element:
& lt; Div class = "ColorSeparatorArea" & gt; & Lt; / Div & gt; This works fine in non-IE browsers, but in IE, it sets the height of the div to the height of a line of text and it will not let me go any smaller. . Anyone know about facing this problem?
. ColosseaterAmeria {background color: # 3d3d77; Height: 1px; Hidden flurry; }
Comments
Post a Comment