gpt4 book ai didi

html - CSS 不会在 Internet Explorer 中加载

转载 作者:行者123 更新时间:2023-11-28 07:39:37 24 4
gpt4 key购买 nike

Internet Explorer(最新版本)无法加载我的 css,而 Chrome、Safari、Firefox 加载 css 没有问题。

我的样式文件使用以下行正确连接到 html 页面:

<link rel="stylesheet" href="Pages/style.css" type="text/css">
<link rel="stylesheet" href="Pages/Index/index.css" type="text/css">

我的站点配置是这样的:

  • 公共(public) HTML(文件夹)
    • 数据库(文件夹)
      • (这里什么都没有)
    • 页面(文件夹)
      • 图标(文件夹)
        • 图标A
        • 图标B
        • 图标C
      • 索引(文件夹)
        • index.css(辅助样式表)
      • style.css(主要样式表(我将用于所有页面))
      • general.js(我所有的 javascript Jquery 都在这里)
    • index.html(Html 主页)

您可以在这里访问我的网站:rk.r4u.nl ,但请记住它只适用于 chrome。

解决方案:

我花了一整天的时间才找到问题所在,最后是我的 css 中的 @media {},我用来保持代码干净导致 css 文件无法加载。

最佳答案

应该是这样的。使用正斜杠 /而不是反斜杠 \ .

<link rel="stylesheet" href="Pages/style.css" type="text/css">
<link rel="stylesheet" href="Pages/Index/index.css" type="text/css">

关于html - CSS 不会在 Internet Explorer 中加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31026794/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com