search
Homephp教程php手册快速修复网页在IE8 下的显示兼容问题

快速修复网页在IE8 下的显示兼容问题

Jun 06, 2016 pm 08:01 PM
ie8phprepaircompatiblefastshowWeb pagequestion

IE8在默认情况下是使用全新的标准模式(Standard Mode)显示引擎来显示网页。 如果网页代码还没有标准化, 在IE8下可能会显示不正常。 重写网页代码使之标准化的工作量很大,需要长时间慢慢修复。 一个简单快捷的方法就是让IE8继续IE7的显示引擎来显示你的网

IE8在默认情况下是使用全新的标准模式(Standard Mode)显示引擎来显示网页。 如果网页代码还没有标准化, 在IE8下可能会显示不正常。 重写网页代码使之标准化的工作量很大,需要长时间慢慢修复。 一个简单快捷的方法就是让IE8继续IE7的显示引擎来显示你的网站,我们称这个旧的显示引擎为兼容视图(Compatibility View) 。

 

在网页里面加入这行代码就可以使IE8使用兼容视图:

 

代码示例:


   

   
     
     
  My Web Page   
   
   
 

Content goes here.

   
   
 

 

如果你用 IIS 服务器, 可以配置 Web.config 文件:

 



  
     
        
           
           
        

     

  

 

如果用的是Apache 服务器,可以配置 httpd.conf 文件:

 

LoadModule headers_module modules/mod_headers.so

Header set X-UA-Compatible “IE=EmulateIE7”

 

以上是使所有的网页都使用兼容视图。 如果只想让个别目录下的文件用兼容视图,在下设置:

 


   Header set X-UA-Compatible “IE=EmulateIE7”

 

原址:

http://blog.csdn.net/WinGeek/archive/2009/03/20/4006267.aspx

 

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor