Content deleted Content added
m →Conditional Comments: "then" --> "than" |
|||
Line 29:
</pre>
This tag will let IE 7 read the specified CSS file while IE 6 or less will ignore it. Browsers other
Below is an example of a "downlevel revealed" conditional comment:
Line 38 ⟶ 37:
<![endif]>
</pre>
This is recommended by
Microsoft acknowledges this method is not standardized markup for comments[http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp], intending these tags to be overlooked by other browsers and expose the content in the middle. Some web developers use an alternative technique[http://www.456bereastreet.com/archive/200511/valid_downlevelrevealed_conditional_comments/] for downlevel-revealed conditional comments in order to only use standardize markup.
|