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.