Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Firefox is displaying a web page differently from all other browsers

  • 3 réponses
  • 2 ont ce problème
  • 3 vues
  • Dernière réponse par 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

Toutes les réponses (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.