Firefox does not display page correctly
.asp pages developed in MS Expression Web 4 are displayed correctly in IE9 but not in FF5. I have tried the various solutions the FF Help suggests but still no good.
Tutte le risposte (1)
That is because of a missing clear:both;
Such a rule is needed if there is floating content present.
<div class="content-main" style="height:350px;top:250px;clear:both">
DIV.content-main { clear: both; }