On 7/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello all
>
> I have a site where i am using one style sheet to load others
>
> here it is:
>
> @import url("layout.css");
> @import url("modules.css");
> @import url("print.css") print;
>
> problem is IE (really?!!)  doe's not recognize the print delivered in this
> manner - does it have to be pulled in the page separately? - I have
> googled this - but no answers

How is the parent stylesheet loaded? I could imagine browsers having
issues if you define a stylesheet with a media indicator that loads
another stylesheet that also has a media indicator.

Makes sense to me to link the print sheet separately, so that all of
your media is organized individually.

HTH,

Michael
______________________________________________________________________
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