<Meta http-equiv = "X-UA-compatible" content = "Ie = edge"/> description

Source: Internet
Author: User

X-UA-compatibleThis is a newly added setting for IE8. browsers other than IE8 do not recognize this. The difference between this setting and content = "Ie = 7" regardless of whether the page contains <! Doctype> commands all use the standard mode of Windows Internet Explorer 7. The content = "Ie = emulateie7" Mode follows <! Doctype> command. For most websites, it is the preferred compatibility mode.

Currently, IE8 is still in the beta version. To avoid page errors under IE8, we recommend that you use IE7 for rendering. That is, directly Add the following code to the meta tag of the header on the page:

  1. <Meta http-equiv = "X-UA-compatible" content = "Ie = 7"/>

In this way, we can make the page behave normally in IE8!

The fierce competition in the browser market brings Compatibility Design troubles to web design developers. The IE browser alone has several mainstream versions, such as IE6, IE7, and IE8. Of course, you can use third-party integration tools such as ietester and multi-version IE coexistence solutions to facilitate code debugging. But we always need to find a more time-saving and labor-saving method.

X-UA-compatible is a special file header tag for IE8, used to specify different page rendering modes for IE8. Due to the high utilization rate of IE6 and IE7, it is very important to enable the X-UA-compatible compatibility mode of IE8.

Sample Code for various compatibility modes:

<meta http-equiv="X-UA-Compatible" content="IE=5" />

For example, the quirks mode of Windows Internet Explorer 7 is used, which is similar to that of Windows Internet Explorer 5.

<meta http-equiv="X-UA-Compatible" content="IE=7" />

Whether or not the page contains <! The doctype> command uses the standard rendering mode of Windows Internet Explorer 7.

<meta http-equiv="X-UA-Compatible" content="IE=8" />

The standard rendering mode of IE8 is enabled, but since the X-UA-compatible file header only supports IE8 or later versions, it is equivalent to redundant code.

<meta http-equiv="X-UA-Compatible" content="edge" />

Edge mode notifies Windows Internet Explorer to display content in the highest available mode, which breaks the "Lock" mode.

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

Emulateie7 mode notifies Windows Internet Explorer <! Doctype> command to determine how to present the content. Standard mode commands are displayed in Windows Internet Explorer 7 standard mode, while quirks mode commands are displayed in ie5 mode. Unlike IE7, emulateie7 follows the <! Doctype> command. For most websites, it is the preferred compatibility mode.

At this stage, it was not long before IE8 was introduced to the market, and its share was not high. Therefore, it is recommended to consider compatibility with earlier versions.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.