Avatar for Username

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

TOP OF SITE WON'T DISPLAY IN MOZILLA FIREFOX.

  • 4 ответа
  • 1 имеет эту проблему
  • 1 просмотр
  • Последний ответ от daveyng

more options

When using Mozilla Firefox my website won't display the top of the page on many pages. Works fine in Safari. Problem just started! Using Squarespace CMS.

When using Mozilla Firefox my website won't display the top of the page on many pages. Works fine in Safari. Problem just started! Using Squarespace CMS.

Выбранное решение

The quickest workaround is to override the

body{height:100%} 

rule in site.css with something like

body{height: auto !important;}
Прочитайте этот ответ в контексте 👍 1

Все ответы (4)

more options

Could you give a link to the page that has the problem?

If you use a negative margin-top anywhere in the page, you might compare this discussion: Top of website not showing.

more options
more options

Выбранное решение

The quickest workaround is to override the

body{height:100%} 

rule in site.css with something like

body{height: auto !important;}
more options

Thanks this fixed it! body{height: auto !important;}

I don't know how or why it started to display incorrectly all of a sudden, but it made it work properly again.

Изменено daveyng