Cyclist
15th of May 2006 (Mon), 15:50
Since EE 2.0 is not ready now and it's unsure when it will be ready I am now in the progess of adapting EE 1.54 to my needs since I can't wait any longer.
But I have a big problem with including external css files.
I managed to include the standard css file modifying the mystyle.php in the styles dir. But my design needs some special css settings for IE which I usually include like
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="/layout/css/ie6.css" media="screen, projection" />
<![endif]-->
This doesn't work if I put it in the mystyle.php. Is there any way to include this at some other place or how can this be solved? Otherwise my layout is destroyed in IE and only works with FF etc.
But I have a big problem with including external css files.
I managed to include the standard css file modifying the mystyle.php in the styles dir. But my design needs some special css settings for IE which I usually include like
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="/layout/css/ie6.css" media="screen, projection" />
<![endif]-->
This doesn't work if I put it in the mystyle.php. Is there any way to include this at some other place or how can this be solved? Otherwise my layout is destroyed in IE and only works with FF etc.