By geshan on
I've edited the news portal theme to meet my requirements. THe dispaly of a 3 column panel and other pages is ok in Firefox but the right column drops in IE and the width of 98% of the content wrapper seems 70% or so in IE. TO fix this I thought of overriding the style sheet and attaching another css file for IE only. If there is a better way to do it please suggest, if not how do I attach an extra style sheet if the browser is IE. I tried get_brower() php function but Its not working well. Please help!!!!!
Geshan
Comments
Loading an additional
Loading an additional stylesheet for IE is how I would approach it. Your best bet is to use conditional comments. Essentially conditional comments are comments that are read by IE and not any browser.
This is a good link that you will probably find useful:
http://www.quirksmode.org/css/condcom.html