Hi,
I am just making some amendments to my splash theme, and noticed that there is only 1 IE CSS file. However, I need to create a CSS file for the different IE versions.
Does anyone know where I can add the sufficient line:
"<!--[if IE 7]> <link rel="stylesheet" type="text/css" href="ie7.css"> <![endif]-->"
Any help would be very much appreciated.
I'm guessing that once I have added this line to the relavent area, all I need to do is go into the config.php file and add
$THEME->sheets = array(
'sl',
'green',
'blue',
'orange',
'ie6',
'ie7',
'ie8',
);
Thank you in advance,
Sam