搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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 於 修改