עж IEⶼʶ
Ŀ ˵
! [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.
NOTǰǰĹܣԱӱʽŤתʽ塣
lt [if lt IE 5.5] The less-than operator. Returns true if the first argument is less than the second argument.
СһСڵڶtrue
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.
Сڻ㡣һСڻڵڶtrue
gt [if gt IE 5] The greater-than operator. Returns true if the first argument is greater than the second argument.
һڵڶtrue
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.
ڻ㡣һǴڻڵڶtrue
( ) [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
ANDеӱʽΪtruetrue
| [if (IE 6)|(IE 7)] The OR operator. Returns true if any of the subexpressions evaluates to true.
ORtrueӱʽΪtrue
ЧЧ,HTML VALIDATOR,,ΪXHTML 1.1Ĺ淶,
ELSEȥ,ȷ.
1
CSS2