Return to Snippet

Revision: 21054
at December 2, 2009 11:40 by benwasilewski


Updated Code
<!--[if IE]>
     <link rel="stylesheet" href="css/ie.css" type="text/css" />
<![endif]-->

<!--[if IE 5]>
     <link rel="stylesheet" href="css/ie5.css" type="text/css" />
<![endif]-->

<!--[if IE 5.5]>
     <link rel="stylesheet" href="css/ie55.css" type="text/css" />
<![endif]-->

<!--[if IE 6]>
     <link rel="stylesheet" href="css/ie6.css" type="text/css" />
<![endif]-->

<!--[if IE 7]>
     <link rel="stylesheet" href="css/ie7.css" type="text/css" />
<![endif]-->

<!--[if IE 8]>
     <link rel="stylesheet" href="css/ie8.css" type="text/css" />
<![endif]-->

<!--[if lt IE 7]>
     <link rel="stylesheet" href="css/ie.css" type="text/css" />
<![endif]-->

<!--[if lt IE8]>
     <link rel="stylesheet" href="css/ie.css" type="text/css" />
<![endif]-->

Revision: 21053
at December 2, 2009 11:37 by benwasilewski


Initial Code
<!--[if IE]>
<link rel="stylesheet" href="css/ie.css" type="text/css" />
<![endif]-->
<!--[if IE 5]>
<link rel="stylesheet" href="css/ie5.css" type="text/css" />
<![endif]-->
<!--[if IE 5.5]>
<link rel="stylesheet" href="css/ie55.css" type="text/css" />
<![endif]-->
<!--[if IE 6]>
<link rel="stylesheet" href="css/ie6.css" type="text/css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="css/ie7.css" type="text/css" />
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" href="css/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="css/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE8]>
<link rel="stylesheet" href="css/ie.css" type="text/css" />
<![endif]-->

Initial URL


Initial Description
The following is a list of any conditional comment you'd probably ever need for targeting any version of IE.

Initial Title
IE Conditional Comments

Initial Tags
ie, html, xhtml

Initial Language
HTML