Return to Snippet

Revision: 55155
at February 14, 2012 01:19 by webtechdev


Updated Code
<!--[if IE]>

<![endif]-->
<!--[if IE 6]> 

<![endif]-->
<!--[if IE 7]>

<![endif]-->
<!--[if IE 8]>

<![endif]-->
<!--[if IE 9]>

<![endif]-->
<!--[if gte IE 8]>

<![endif]-->
<!--[if lt IE 9]>

<![endif]-->
<!--[if lte IE 7]>

<![endif]-->
<!--[if gt IE 6]>

<![endif]-->
<!--[if !IE]> -->

<!-- <![endif]-->

Revision: 55154
at January 29, 2012 11:45 by webtechdev


Initial Code
<!--[if IE]>
According to the conditional comment this is IE<br />
<![endif]-->
<!--[if IE 6]>
According to the conditional comment this is IE 6<br />
<![endif]-->
<!--[if IE 7]>
According to the conditional comment this is IE 7<br />
<![endif]-->
<!--[if IE 8]>
According to the conditional comment this is IE 8<br />
<![endif]-->
<!--[if IE 9]>
According to the conditional comment this is IE 9<br />
<![endif]-->
<!--[if gte IE 8]>
According to the conditional comment this is IE 8 or higher<br />
<![endif]-->
<!--[if lt IE 9]>
According to the conditional comment this is IE lower than 9<br />
<![endif]-->
<!--[if lte IE 7]>
According to the conditional comment this is IE lower or equal to 7<br />
<![endif]-->
<!--[if gt IE 6]>
According to the conditional comment this is IE greater than 6<br />
<![endif]-->
<!--[if !IE]> -->
According to the conditional comment this is not IE<br />
<!-- <![endif]-->

Initial URL


Initial Description
gt: greater than
lte: less than or equal to

not IE:  <!--[if> -->

Initial Title
IE browser checks ( Conditional comments )

Initial Tags
ie

Initial Language
PHP