CSS not working in Chrome

后端 未结 8 1798
再見小時候
再見小時候 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.

    0 讨论(0)
  • 2021-01-18 03:29

    Check your source where you are calling your code. The 'stylesheets' folder is coded as 'StyleSheets'. Possibly the case-sensitive is messing it up.

    I'm thinking maybe since the expstickybar.css file is rendering correctly and it references the 'stylesheets' folder

    0 讨论(0)
提交回复
热议问题