It's likely that your H2 element's display is considered subordinate to the float'ed LABEL tags.
Some aspects of MSIE will just give you a headache if you attempt ponder them.
Code:
#intranetLogin h2 {
clear:both;
width:100%;
color: #FFC019;
}
How IE paints elements to the screen in the presence of a CSS float really shouldn't of concern to users, nor should it be a huge issue for designers - in an ideal world. IE's programmers should pay attention to bugs like this... (I've still got my fingers crossed for IE 7)
|