Return to Snippet

Revision: 25836
at April 13, 2010 00:35 by djmicahelb


Updated Code
<!--[if IE 6]>
<p>You are using Internet Explorer 6.</p>
<![endif]-->

<!--[if !IE]><!-->
<p>You are not using Internet Explorer.</p>
<!--<![endif]-->

<!--[if lte IE 6]>
lt = less than
lte = less than or equal to
gt = greater than
gte = greather than or equal to
<![endif]-->

<!--[if expression]> HTML - Downlevel hidden <![endif]--> 

<![if expression]> HTML - Downlevel revealed <![endif]>

Revision: 25835
at April 11, 2010 22:42 by djmicahelb


Updated Code
<!--[if IE 6]>
<p>You are using Internet Explorer 6.</p>
<![endif]-->

<!--[if !IE]>-->
<p>You are not using Internet Explorer.</p>
<!--<![endif]-->

<!--[if lte IE 6]>
lt = less than
lte = less than or equal to
gt = greater than
gte = greather than or equal to
<![endif]-->

<!--[if expression]> HTML - Downlevel hidden <![endif]--> 

<![if expression]> HTML - Downlevel revealed <![endif]>

Revision: 25834
at April 11, 2010 22:37 by djmicahelb


Initial Code
<!--[if IE 6]>
<p>You are using Internet Explorer 6.</p>
<![endif]-->

<![if !IE]>
<p>You are not using Internet Explorer.</p>
<![endif]>

<!--[if lte IE 6]>
lt = less than
lte = less than or equal to
gt = greater than
gte = greather than or equal to
<![endif]-->

<!--[if expression]> HTML - Downlevel hidden <![endif]--> 

<![if expression]> HTML - Downlevel revealed <![endif]>

Initial URL
http://reference.sitepoint.com/css/conditionalcomments

Initial Description
Make sure to refer to the above url for a more complete summary of how it works.

Initial Title
Conditional Comments

Initial Tags


Initial Language
HTML