Revision: 43735
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 30, 2011 02:08 by amyb
Initial Code
//for any version of IE <!--[if IE ]> <link rel="stylesheet" href="file_path/ie.css" type="text/css" /> <![endif]--> //For IE 6 or earlier <!--[if lte IE 6]> <link rel="stylesheet" href="file_path/ie6.css" type="text/css" /> <![endif]--> <!--[if IE 7 ]> <link rel="stylesheet" href="file_path/ie7.css" type="text/css" /> <![endif]-->
Initial URL
Initial Description
Add to the <head> of your page after the main stylesheet to serve different stylesheets for different versions of Internet Explorer
Initial Title
Show different stylesheets for different versions of IE
Initial Tags
css, ie
Initial Language
HTML