简体   繁体   中英

CSS file is being loaded as Image

I included several CSS files in my website, other works good but one my CSS file (on localhost) :

<link href='http://127.0.0.1/ndf/nekib-css.css' rel='stylesheet' type='text/css'/>

loads as an image. Here's a screenshot of what I see in the Chrome Developer Tools.

在此输入图像描述

Double checked the MIME-type, added it on different position but none work.

I am using WAMP.

Any idea what's wrong ?

You may be having an issue similar to the post below. Their issue came from having some non-standard css, in their case background:url()

Google Chrome Developer tools - CSS file showing as an image resource

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM