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 ».

Learn More

TOP OF SITE WON'T DISPLAY IN MOZILLA FIREFOX.

  • 4 réponses
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par daveyng

more options

When using Mozilla Firefox my website won't display the top of the page on many pages. Works fine in Safari. Problem just started! Using Squarespace CMS.

When using Mozilla Firefox my website won't display the top of the page on many pages. Works fine in Safari. Problem just started! Using Squarespace CMS.

Solution choisie

The quickest workaround is to override the

body{height:100%} 

rule in site.css with something like

body{height: auto !important;}
Lire cette réponse dans son contexte 👍 1

Toutes les réponses (4)

more options

Could you give a link to the page that has the problem?

If you use a negative margin-top anywhere in the page, you might compare this discussion: Top of website not showing.

more options
more options

Solution choisie

The quickest workaround is to override the

body{height:100%} 

rule in site.css with something like

body{height: auto !important;}
more options

Thanks this fixed it! body{height: auto !important;}

I don't know how or why it started to display incorrectly all of a sudden, but it made it work properly again.

Modifié le par daveyng