Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
标记是有效的,我已经尝试了几个小时,但我仍然处于兼容模式,在 IE8 和 IE9 上。任何提示都会很棒。
这是页面的链接
PS我已经尝试添加
<meta http-equiv=“X-UA-Compatible” content=“IE=8” />
等等等等
经过其他一些测试,我发现有一个 CSS 属性触发了兼容性视图。正好是最大宽度。
我的 IE9 处于IE9 标准模式。检查您是否已关闭兼容性视图。当您手动单击它时,即使重新启动,IE 也会记住这一点。
您必须声明content="IE=9"以强制IE9 标准模式。
content="IE=9"