I can confirm the following rules work rather well. I use to put them at 
the very end of my IE-only stylesheet (hidden behind a conditional 
comment), so I can take care of IE6 first and then add corrections for 
IE5.5 and IE5.01.

        @media tty {
                i{content:"\";/*" "*/[EMAIL PROTECTED]; @import 'ie55.css'; 
/*";}
        }/* */


        @media tty {
                i{content:"\";/*" "*/}}; @import 'ie50.css'; {;}/*";}
        }/* */

djn

curby . wrote:
> http://www.dithered.com/css_filters/css_only/ says that something like
> the following should work for IE5.0/win:
> 
> @media tty {
>  i{content:"\";/*" "*/}};
>  @import 'styles.css'; {;}/*";}
> }/* */
-- 
Dejan Kozina
Dolina 346 (TS) - I-34018 Italy
tel./fax: +39 040 228 436 - cell.: +39 348 7355 225
http://www.kozina.com/  - e-mail: [EMAIL PROTECTED]
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to