Mein Deutsch ist nicht so gut, aber ich probier es

Ich hab auch seperate Einstellungen fur IE6 gemacht, es gibt 2 methoden
Einfag die ganze CSS im Template
Code: Select all
<!--[if lte IE 6]>
<style type="text/css">
body {
color: purple;
background-color: #d8da3d }
</style>
<![endif]-->
Code: Select all
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="http:/www.domain.com/tmp/cache/rp_main_1291385974.css" />
<![endif]-->