Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Zjistit více

Firefox is displaying a web page differently from all other browsers

  • 3 odpovědi
  • 2 mají tento problém
  • 3 zobrazení
  • Poslední odpověď od 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

Všechny odpovědi (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.