添加http头以强制IE8以IE7模式呈现(PHP版本)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了添加http头以强制IE8以IE7模式呈现(PHP版本)相关的知识,希望对你有一定的参考价值。

include this snippet in your sites to force InternetExplorer 8 to display your site like InternetExplorer 7

In summary, IE7 compatibility support looks as follows:

IE=7

Display in IE7 Standards mode; Already supported in the IE8 Beta 1 release

IE=EmulateIE7

Display standards DOCTYPEs in IE7 Standards mode; Display quirks DOCTYPEs in Quirks mode; Available through the IE June Security Update for IE8 Beta 1
  1. if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE 8")) {header("X-UA-Compatible: IE=7");}
  2.  
  3.  
  4. if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE 8")) {header("X-UA-Compatible: IE=EmulateIE7");}

以上是关于添加http头以强制IE8以IE7模式呈现(PHP版本)的主要内容,如果未能解决你的问题,请参考以下文章

PHP 添加http标头以强制IE8在IE7模式下呈现(PHP-Version)

如何强制 Internet Explorer 以标准模式而不是 Quirks 模式呈现?

IE10 以 IE7 模式呈现。如何强制标准模式?

强制 IE8 进入 IE7 兼容模式

与在 IE8 浏览器中以 IE7 标准模式呈现的相同页面相比,在 IE7 中呈现的页面是不是会有任何差异?

在 IE10 iframe 中强制 IE8 仿真