I am having some styling issues with IE and want to make a conditional css file for IE

Was just wondering where I put this code

to get IE to pull a separate css file.

Thanks :)

Comments

rankinstudio’s picture

That didnt display right...hmm

Code found here http://creativebits.org/webdev/ie_conditional_css

Mark Theunissen’s picture

Status: Active » Closed (fixed)

Hi rankinstudio, this is a general question about Drupal themeing and is not related to Galleria... I have a feeling you're posting it here because you know I track the issue queue and will probably respond. Anyway, you're right, but please in future only post Galleria issues here! I will help you this once though! ;)

That bit of code goes in your theme's page.tpl.php file. It's an HTML conditional comment. Put it up where the other CSS files are included. If you use the Zen theme, you can also use the theme's .info file to include conditional stylesheets.

In future you can use <code> tags to display stuff in comments that has less-than and greater-than signs (i.e. HTML tags).

rankinstudio’s picture

Mark,

Your right, I posted because I figured you would respond. I will not post any more on non galleria issues. Thank you for the help!

Cheers

David