IE 几乎根本不显示 CSS
我以前从未遇到过这个问题,我完全被难住了。
该网站在我尝试过的所有浏览器(chrome、FF、safari)中运行良好,但由于缺乏更好的定义,在 IE 中“空白”。
html 验证时几乎没有错误。本地 css 不验证,但错误是与 webkit/moz 边框样式、过渡等有关的错误,已停用所有不执行任何操作的插件。已经取出所有其他CSS文件并完成CSS聚合,这也没有任何作用。
chrome/FF/safari 中的屏幕截图:
IE 中的屏幕截图:
任何帮助都是很多赞赏。
这是我遇到问题的网站:
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:
screenshot of what it looks like in IE:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
发现您的错误,您在 style.css 表的第 159 行中缺少引号。
因此,您的 CSS 从下面这一点开始没有被应用。
Found your error, you're missing a quote sign in your style.css sheet in line 159.
So your CSS from that point below is not being applied.
您可能需要一个 HTML5 shiv,例如 Modernizr。
You probably need an HTML5 shiv, such as Modernizr.