Css: Conditional comments condition Annotation

Source: Internet
Author: User

The http://msdn.microsoft.com/en-us/library/ms537512 (VS.85). aspx

Http://www.quirksmode.org/css/condcom.html

Item Example Comment
! [If! IE] The NOT operator. This is placed immediately in front of the feature, operator, or subexpression to reverse the Boolean meaning of the expression.
Lt [if lt IE 5.5] The less-than operator. Returns true if the first argument is less than the second argument.
Lte [if lte IE 6] The less-than or equal operator. Returns true if the first argument is less than or equal to the second argument.
Gt [if gt IE 5] The greater-than operator. Returns true if the first argument is greater than the second argument.
Gte [if gte IE 7] The greater-than or equal operator. Returns true if the first argument is greater than or equal to the second argument.
() [If! (IE 7)] Subexpression operators. Used in conjunction with Boolean operators to create more complex expressions.
& [If (gt IE 5) & (lt IE 7)] The AND operator. Returns true if all subexpressions evaluate to true
| [If (IE 6) | (IE 7)] The OR operator. Returns true if any of the subexpressions evaluates to true.

<!--[if gte IE 7]><SCRIPT LANGUAGE="javascript">alert("Congratulations! You are running Internet Explorer 7 or a later version of Internet Explorer.");</SCRIPT><P>Thank you for closing the message box.</P><![endif]-->

 

<!--[if IE]><p>You are using Internet Explorer.</p><![endif]--><![if !IE]><p>You are not using Internet Explorer.</p><![endif]><!--[if IE 7]><p>Welcome to Internet Explorer 7!</p><![endif]--><!--[if !(IE 7)]><p>You are not using version 7.</p><![endif]--><!--[if gte IE 7]><p>You are using IE 7 or greater.</p><![endif]--><!--[if (IE 5)]><p>You are using IE 5 (any version).</p><![endif]--><!--[if (gte IE 5.5)&(lt IE 7)]><p>You are using IE 5.5 or IE 6.</p><![endif]--><!--[if lt IE 5.5]><p>Please upgrade your version of Internet Explorer.</p><![endif]--><!--[if true]>You are using an <em>uplevel</em> browser.<![endif]--><![if false]>You are using a <em>downlevel</em> browser.<![endif]><!--[if true]><![if IE 7]><p>This nested comment is displayed in IE 7.</p><![endif]><![endif]-->

 

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.