放纵我,我正在和IE斗争。
我们有一组在IE8(内联网)中运行良好的页面。该公司决定直接升级到IE10。
强制页面使用I5 Quirks模式的html代码是什么(这是它的工作模式)。我试过了:
<meta http-equiv="X-UA-Compatible" content="IE=IE5" />
但是IE10把页面置于怪癖模式(不是IE5)。打开调试器(F12),您可以在那里更改文档模式和浏览器模式。重要的是在IE5怪癖中设置文档模式
欢迎一些帮助
答案 0 :(得分:7)
问题似乎在其他地方得到解决
Does the windows 8 internet explorer 10 still have quirksmode?
http://blogs.msdn.com/b/ie/archive/2011/12/14/interoperable-html5-quirks-mode-in-ie10.aspx
<meta http-equiv=X-UA-Compatible content="IE=5">
所以,你的价值是假的,它是IE=5
而不是IE=IE5
答案 1 :(得分:-4)
IE10没有IE5模式。他们将Quirks模式更新为更像IE9(我认为,不确定)因此它更符合Chrome / Firefox等。它最好能做的就是IE7。