Re: [css-d] load multiples css with one page

2006-07-11 Thread Gunlaug Sørtun
[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...

Re: [css-d] load multiples css with one page

2006-07-11 Thread neal
> [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 delivere

Re: [css-d] load multiples css with one page

2006-07-11 Thread Gunlaug Sørtun
[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

Re: [css-d] load multiples css with one page

2006-07-11 Thread Michael Landis
On 7/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > 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; I wrote: > How is the parent stylesheet loaded? I could imagine b

Re: [css-d] load multiples css with one page

2006-07-11 Thread neal
> 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

Re: [css-d] load multiples css with one page

2006-07-11 Thread Michael Landis
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 th

[css-d] load multiples css with one page

2006-07-11 Thread neal
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 s