[EMAIL PROTECTED] wrote:

> I suppose the @media can't be pulled in for the print style soemthing
>  like this
> 
> @import url("layout.css"); @import url("modules.css"); @media print 
> url("print.css");
> 
> ??

IIRC, IE/win will mess it up.
For the record: it is this bug...
<http://annevankesteren.nl/2005/10/ie-import-hack>
...we're dealing with here.

I use @import without any 'media' declared, and the @media rule for
media-control inside all my (latest) stylesheets.
This allows me to have separately acting styles for more than one media
in a single stylesheet, which may come handy at times.

I then have one @import *with* 'media' declared, that I use to feed
IE-only styles without the use of conditional comments.

        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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