IE9 styling

GK User
Tue Oct 30, 2012 11:50 pm
Hi,
I'm having a problem with IE9 styling. How does the template choose which css file to load?
like: ie.css or ie8.css?
I have an image upload button that is getting some wierd conflict in ie9. I can't give access to that portion of the site to see. Advice on how the template loads those css files and how to create one for ie9 would be appreciated!!!
ps I hate ie!
User avatar
Junior Boarder

Konrad M
Wed Oct 31, 2012 10:47 am
Hi,
please go to css folder and make ie9.css file inside. Then please go to layouts/head.php and find:
Code: Select all
<!--[if IE 8.0]><link rel="stylesheet" href="<?php echo $this->templateurl(); ?>/css/ie8.css" type="text/css" /><![endif]-->

after this code please add:
Code: Select all
<!--[if IE 9.0]><link rel="stylesheet" href="<?php echo $this->templateurl(); ?>/css/ie9.css" type="text/css" /><![endif]-->

and add rules to your ie9.css file. They willbe used only when you will browse your website in IE 9.
User avatar


cron