3.html conditional comment to determine compatibility with IE version

Source: Internet
Author: User

Written in the previous words:

Find the ~

Usage:

<!– The Css.css style sheet is called first by default –><Linkrel= "stylesheet"type= "Text/css"href= "Css.css"/><!–[if! IE]> <!– 1.CSS style sheet for non-ie downgrade –><Linkrel= "stylesheet"type= "Text/css"href= "1.css"/> <![endif]–><!–[if Lt IE 6]><!– If the Internet Explorer version is less than 6, call the 2.css style sheet –><Linkrel= "stylesheet"type= "Text/css"href= "2.css"/><![endif]–> 

Note: Conditional comments are not supported until after Ie5/win, and are not supported in the IE version browser before IE5.

In the preceding code snippet, several of the parameters worth mentioning are:

1.lte: is less than or equal to the shorthand, that is, smaller or equal to the meaning.

2.LT: is less than shorthand, that is, smaller than the meaning.

3.gte: is greater than or equal to the shorthand, that is, greater than or equal to the meaning.

4.GT: is greater than shorthand, that is, the meaning of greater than.

5.! : Is not equal to the meaning, and JS is not equal to the same judgment.

3.html conditional comment to determine compatibility with 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.