Hello,
I am using the red_template and the stylesheet associated with it. However, I need to add a second stylesheet for IE6 due to some layout issues on the products page (attributes - dropdowns with sizes and colors are not displaying correctly). Where do I add this CSS code to? I looked in the common/tlp_header.php file but not sure if this is the correct place.
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="ie6.css" />
<![endif]-->
or can I add it to the current style sheet (just the actual style I need for IE) and if so, how do I do this?
Thanks!
Mike



