Say bye to IE6-IE8. An IE compatible HTML code write CSS for IE version

Source: Internet
Author: User

This HTML allows you to add content to a specific version of IE, only in specific versions of IE, which can be JavaScript, CSS, HTML.

<!--[if IE]>这样使用IE浏览器(全部版本)的人都看得到。<![endif]-->

<!--[if IE 6]>这样IE 6.0版本会看得到,只限IE 6.0版本。<![endif]-->

<!--[if lt IE 6]>这样IE 6.0以下版本会看得到,不包含6.0。<![endif]-->

<!--[if lte IE 6]>这样IE 6.0以下版本会看得到,包含6.0。<![endif]-->

<!--[if lte IE 8]>这样IE 8.0以下版本会看得到,包含8.0。<![endif]-->

<!--[if gt IE 5]>这样IE 5.0以上版本会看得到,不包含5.0<![endif]-->

<!--[if gte IE 5]>这样IE 5.0以上版本会看得到,包含5.0<![endif]-->

Say bye to IE6-IE8. An IE compatible HTML code write CSS for IE version

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.