搜尋 Mozilla 技術支援網站

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

了解更多

Firefox is displaying a web page differently from all other browsers

  • 3 回覆
  • 2 有這個問題
  • 1 次檢視
  • 最近回覆由 jolewin

more options

Our web pages are displaying fine on all browsers except Firefox.

The footer is displaying at the top right of the screen (you have to scroll across to see it) instead of the bottom.

We would be very grateful for any help to fix this!

Thanks

Our web pages are displaying fine on all browsers except Firefox. The footer is displaying at the top right of the screen (you have to scroll across to see it) instead of the bottom. We would be very grateful for any help to fix this! Thanks

所有回覆 (3)

more options

It looks like Firefox is a little confused by the mismatch of Doctype declarations.
http://validator.w3.org/check?uri=http://carmensphotos.co.nz/

Also, it looks like that 2nd table at the bottom of your code is what is shifted to the right side of the page.

more options

You use align="left" and align="center" for the two tables.
You can add a style="clear:both" to the second table with the footer.

more options

Thanks to you both for your information and guidance - I am grateful and happy to say it is all sorted now.