Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

Firefox does not display page correctly

  • 1 одговор
  • 13 има овај проблем
  • 1 преглед
  • Последњи одговор послао cor-el

more options

.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.

.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.

Сви одговори (1)

more options

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; }