CSS在Firefox,Opera和IE不加载 - Chrome和Safari的作品就好了(CSS

2019-07-29 16:56发布

林其在网站建设的一些问题,而问题是,在Chrome和Safari它工作得很好,但并不完全在Firefox,Opera和Internet Explorer中的相同。

检查网站在这里!

你可以尝试在我所提到的浏览器,并证实了我刚才说的。

有小费吗 ?

谢谢 !

Answer 1:

嘿更改为你的CSS类型

你定义type="text/javascript"这是错的

just define type="text/css"

现在改变这

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

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


文章来源: CSS not loading in Firefox, Opera and IE - Chrome and Safari works just fine