I want to add conditional style sheet to IE browser.I have tried to add it in themes html.tpl.php file as
<!--[if IE]><link rel="stylesheet" type="text/css" href="themes/themeName/css/ie_style.css"></link><![endif]-->
this file path is also correct but not included for IE browser.