Hello. I want to load other css style sheet when user open page in IE 7. I tried to put this code in head section <!--[if IE7]> <link href="ie.css" rel="stylesheet" type="text/css"> <![endif]-->? but nothing happens
it's <!--[if IE 7]> Special instructions for IE 7 here <![endif]--> you wrote IE7 instead of IE 7 good luck!