IE=EmulateIE8和IE=IE8的区别

来源:互联网 发布:php接口框架 编辑:程序博客网 时间:2024/05/23 11:51

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.