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

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

Learn More

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.