Citat:
Är inte conditional comments enbart för html-filer och inte css?
|
Jo, det var väl det han menade. Han skrev ju inget annat
Kod:
<!--[if IE 6]>
<style type="text/css">
.my-ie6-style {color: blue;}
</style>
<link rel="stylesheet" type="text/css" href="style-ie6.css"/>
<![endif]-->