Meta tell IE browser compatibility mode

Source: Internet
Author: User

In the head of the HTML, the following is written, excerpt from http://www.xingzai.org/html-note/meta-tag-usage-order.html:

  1. <!--x-ua-compatible (browser compatibility mode)
  2. Only for ie8+ to be effective
  3. Tell the browser what version of IE compatibility mode to display the Web page
  4. <meta http-equiv= "x-ua-compatible" content= "ie=5" >
  5. <meta http-equiv= "x-ua-compatible" content= "ie=7" >
  6. <meta http-equiv= "x-ua-compatible" content= "ie=8" >
  7. <meta http-equiv= "x-ua-compatible" content= "Ie=edge" >
  8. The last line is always to display the Web page in the latest IE version mode.
  9. Plus emulate mode
  10. <meta http-equiv= "x-ua-compatible" content= "Ie=emulateie7" >
  11. <meta http-equiv= "x-ua-compatible" content= "IE=EMULATEIE8" >
  12. Emulate mode is more important after <! Doctype>
  13. (The attentive person will notice that the Compatible View button does not appear when using IE9 to access pages with x-ua-compatible)
  14. -
  15. <meta http-equiv="x-ua-compatible" content="Ie=emulateie8" />

Http://cssor.com/meta-ie-x-ua-compatible.html

Meta tell IE browser compatibility mode

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.