CSS not working in Chrome

后端 未结 8 1861
再見小時候
再見小時候 2021-01-18 02:39

The CSS is not loading for this page of the website I am working on: http://www.thesanfordcenter.net/sanford-center. It happens only in Chrome, but is not a caching issue as

8条回答
  •  轮回少年
    2021-01-18 03:26

    Just throwing this out there. Was having the same issue with chrome. Css sheet would work in explorer but not in chrome. Led me to believe nothing was wrong with the code.

    Finally I gave it a closer inspection and found out it was my bad.

    Wrong herf="file.css"

    Correct href="file.css"

    All ways check your coding LoL.

提交回复
热议问题