Previous Message
Next Message

@import bug in IE5.5 win?

Sent by Susan R. Grossman on 22 October 2004 17:05


> /* these style sheets hidden from old browsers */
>
> @import url("default.css") screen;
> @import url("print.css") print;
>

Have you tried removing the media attribute?

@import url("default.css");
I don't beleive ie 5.5 supports the media-specific attributes

-- 
Susan R. Grossman
[EMAIL-REMOVED]
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread:

Possibly related: