Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

My website does not shows properly (not loading the css)

  • 1 risposta
  • 3 hanno questo problema
  • 17 visualizzazioni
  • Ultima risposta di TyDraniu

more options

Hello, this is the site: https://blaugranas.es

I already checked the files encoding and the files permisions, and tested the url for mozilla issues, but i can't find the reason. Thank you for your help.

Hello, this is the site: https://blaugranas.es I already checked the files encoding and the files permisions, and tested the url for mozilla issues, but i can't find the reason. Thank you for your help.

Soluzione scelta

Go to about:config and set network.preload = true. Then refresh your page.

In Firefox this instruction

<link rel="preload" type="text/css" href="normalize.css" as="style" onload="this.rel='stylesheet'">

doesn't work by default due to webcompat issues. This is bug 1405761 . You've to just use the normal

<link href="normalize.css" rel="stylesheet" type="text/css" media="screen" />
Leggere questa risposta nel contesto 👍 1

Tutte le risposte (1)

more options

Soluzione scelta

Go to about:config and set network.preload = true. Then refresh your page.

In Firefox this instruction

<link rel="preload" type="text/css" href="normalize.css" as="style" onload="this.rel='stylesheet'">

doesn't work by default due to webcompat issues. This is bug 1405761 . You've to just use the normal

<link href="normalize.css" rel="stylesheet" type="text/css" media="screen" />

Modificato da TyDraniu il