【问题标题】:Css not loading in IE,Firefox,Opera and working fine with Chrome and SafariCss 无法在 IE、Firefox、Opera 中加载,并且在 Chrome 和 Safari 上运行良好
【发布时间】:2012-09-20 06:32:28
【问题描述】:

在我的网站http://www.mazishi.com/index.php/component/obituary/detail/11.html#tabs-2Css 在 Chrome 和 Safari 中加载正常...我不知道 IE、FireFox 和 Opera 出了什么问题。

我检查了无效的参考链接CSS not loading in Firefox, Opera and IE - Chrome and Safari works just fine

任何帮助将不胜感激, 谢谢。

【问题讨论】:

    标签: javascript css


    【解决方案1】:

    您的 CSS 文件加载正常,但看起来您的 CSS 代码中有一些错误,例如未闭合的字符串,

    [12:07:25.080] Found unclosed string '"}.hasTip{cursor:pointer}.add{cursor:pointer}.comment_status{cursor:pointer}..fb_iframe_widget{display:block}.comment_trash{cursor:pointer}.asset_icon{clear:both}.asset_icon'. Expected declaration but found '"}.hasTip{cursor:pointer}.add{cursor:pointer}.comment_status{cursor:pointer}..fb_iframe_widget{display:block}.comment_trash{cursor:pointer}.asset_icon{clear:both}.asset_icon'. Skipped to next declaration. @ http://www.mazishi.com/cache/helix_assets/cf9b9e5033a9adee8f2ffb8a7841259a.css:440

    您可以使用 w3validator 检查您的 CSS 错误,http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.mazishi.com%2Fcache%2Fhelix_assets%2Fcf9b9e5033a9adee8f2ffb8a7841259a.css&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en

    修复错误,它将解决您的问题。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-10-13
      • 2013-03-29
      • 2013-08-18
      • 2011-12-23
      • 2013-06-05
      • 2018-02-04
      • 2014-12-25
      相关资源
      最近更新 更多