Seperate CSS for IE and FF
Hi People
I must admit I havent searched the forums but have googled till my eyes bled.
I need to serve a different CSS depending on the browser used to navigate my site. namely IE and Firefox, but a solution for all browser would be tops.
I have tried
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/mysite_ie.css">
<![endif]-->
But <!-- --> tends to comment out code on a.cfm page.
All I ask is the CF equvalent for the above code.
I hope im not being hasty by posting this but any help would be appreciated.
Many Thanks
Speedmetall
