IE 几乎根本不显示 CSS

发布于 2024-12-11 12:04:24 字数 638 浏览 0 评论 0原文

我以前从未遇到过这个问题,我完全被难住了。

该网站在我尝试过的所有浏览器(chrome、FF、safari)中运行良好,但由于缺乏更好的定义,在 IE 中“空白”。

html 验证时几乎没有错误。本地 css 不验证,但错误是与 webkit/moz 边框样式、过渡等有关的错误,已停用所有不执行任何操作的插件。已经取出所有其他CSS文件并完成CSS聚合,这也没有任何作用。

chrome/FF/safari 中的屏幕截图:

https://i.sstatic.net/SxCtN.png

IE 中的屏幕截图:

https://i.sstatic.net/cXTuJ.png

任何帮助都是很多赞赏。

这是我遇到问题的网站:

http://short-stack.net/devel/shoptest /

真诚地,
感觉很愚蠢

I have NEVER had this problem before and i am completely stumped.

the site is working fine in everything i've tried (chrome, FF, safari) but is, for lack of a better definition, 'blank' in IE.

html validates with few errors. local css does not validate but errors are ones having to do with webkit/moz border styles, transitions, etc. have deactivated all plugins which does nothing. have taken out all other CSS files and done CSS aggregation, which also does nothing.

screenshot of what it looks like in chrome/FF/safari:

https://i.sstatic.net/SxCtN.png

screenshot of what it looks like in IE:

https://i.sstatic.net/cXTuJ.png

any help would be much appreciated.

this is my website where I have the issue:

http://short-stack.net/devel/shoptest/

sincerely,
feeling stupid

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

呆萌少年 2024-12-18 12:04:24

发现您的错误,您在 style.css 表的第 159 行中缺少引号。

@font-face {
    font-family: "YanoneThin";
    src: url("YanoneKaffeesatz-Thin.ttf(here));
}

因此,您的 CSS 从下面这一点开始没有被应用。

Found your error, you're missing a quote sign in your style.css sheet in line 159.

@font-face {
    font-family: "YanoneThin";
    src: url("YanoneKaffeesatz-Thin.ttf(here));
}

So your CSS from that point below is not being applied.

∝单色的世界 2024-12-18 12:04:24

您可能需要一个 HTML5 shiv,例如 Modernizr

You probably need an HTML5 shiv, such as Modernizr.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文