Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More
Solved Archived

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

eselva92

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.

All Replies (1)

Chosen Solution

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" />

Modified by TyDraniu