Forum Moderators: open
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="ie.css" />
<![endif]-->
statement I have in, which is overwriting it.
Is there a way around this?
I often use multiple stylesheets, something like mysite.css and then I use a bit of JS to include mysite-ie6.css which contains IE6 specifics.
Are you saying you have everything in one stylesheet so the JS is inserting the correct one, and then that is being overwritten by the 'if IE' bit?
just wondering what the best option (if any) there is or if i should just forget about it :?