Thomas: IE6-spezifischer stylesheet

Beitrag lesen

Hi!

Ich will beim IE6 ein anderes stylesheet, aber was stimmt denn hier nicht?

  
    <link rel="stylesheet" type="text/css" media="print" title="Druck" href="/style.print.css">  
    <style type="text/css" media="screen,projection"> <!--  
       @import url("style.default.css");  
    --></style>  
    <!--[IF lt IE 6]><link rel="stylesheet" type="text/css" media="screen" title="Screen" href="/style.ie6.css"><![ENDIF]-->  

DANKE
Thomas