CSS not loading in Firefox, Opera and IE - Chrome

2019-03-02 07:33发布

问题:

Im having some problems at a website construction, and the point is that in Chrome and Safari it works just fine, but not quite the same in Firefox, Opera and Internet Explorer.

Check the website here !

You can try it in the browsers that i mentioned, and confirm what i just said.

Any tips ?

Thanks !

回答1:

Hey Change to your css type

you define type="text/javascript" it's wrong

just define type="text/css"

Now change This

 <link rel="stylesheet" type="text/javascript" href="estilos/estilos.css">

into

<link rel="stylesheet" type="text/css" href="estilos/estilos.css">