By zoffmann on
Hello,
How can I have separte stylesheets for IE and Firefox ?
I would like to have two separate css files for examaple styles_ie.css and styles_firefox.css, one for each browser.
Is it possible?
Thanks
zoff
p.s. I know that exists something called css hacks - does it work safely in drupal ?
Comments
conditional comments
Search the web for "conditional comments". It's a technique which is only supported by IE and it allows you to add code (for example linking a css file) which is only executed by IE browsers. Other browsers see it as html comments. It even lets you target different versions of IE.