<meta http-equiv= "x-ua-compatible" content= "Ie=edge" > What is it?

Source: Internet
Author: User

X-ua-compatible is a proprietary <meta> attribute of IE8, which tells IE8 which version of IE to use to render Web pages. Can be used in the

What's to use x-ua-compatible?

In the IE8 just launched, many web pages due to the problem of refactoring, unable to adapt to a higher browser, so use x-ua-compatible tag force IE8 to be rendered in a low-version manner .

Using this code, developers do not have to consider whether the Web page is compatible with IE8 browser, as long as the Web page in IE6, IE7 performance.

<meta http-equiv= "x-ua-compatible" content= "Ie=emulatele7"/>//emulate Simulation

To add a x-ua-compatible tag to the website, it is recommended to write:

<meta http-equiv= "x-ua-compatible" content= "ie=edge,chrome=1.0"/>

Ie=edge tells IE to render the webpage using the latest engine, chrome=1.0 can activate the chrome Frame

<meta http-equiv= "x-ua-compatible" content= "Ie=edge" > What is it?

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.