> lo,
>
>    Had the same issue recently, IE and surprisingly FF don't seem to
> support that structure unfortunately, To select media specific css i
> used the <link> element and just a normal @import rule for the main css,
> ah well  :(
>    You could always try
>
>    @media print { @import url("print.css"); }
>
>    but i've not tested it.
>
>    Rob

using that rule..IE6 imports the stylesheet, but applies it to screen
media also (and not just print as we hoped).

FF didnt import it at all.

thanks anyway :)
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to