So i am trying to import a new stylesheet if IE is being used. Below is the code and usually use and i am not really sure why its not working.
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" media="all" href="{stylesheet=includes/ie_type}" />
<![endif]-->I have tried placing it directcly into the header with no results. I have also tried placing it with a template and imported it with {embed="includes/css_main"} css_main contains all the links to my other css sheets.
is it the “_” causing the issues?
is my
<link rel="stylesheet" type="text/css" media="all" href="{stylesheet=includes/ie_type}" />setup properly?
I have also tried taking the “6” out so its just <!—[if IE]> thinking that my only issues between 6 and 7 are very similar that if i fix it in 6 that 7 will also look good.
I am using EE build 1.6.0 if that helps out at all.
Thanx for the support!