搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.