IE=8
<meta http-equiv="X-UA-Compatible" content="IE=8" />
This forces IE 8 to display the page in Internet Explorer Standards mode.
IE=EmulateIE8
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" />
This forces IE 8 to use the !DOCTYPE declaration in the page to determine the rendering mode.

本文介绍了如何使用<meta>标签来指定IE8浏览器采用标准模式或通过文档类型声明(!DOCTYPE)来确定渲染模式的方法。
1145

被折叠的 条评论
为什么被折叠?



