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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -