Hi all

I've got a problem that seems logical, but isn't.

What I want to do is to import to a print stylesheet from within a  
"normal" stylesheet.  So, instead of declaring all the print rules  
from within a @media print {} block, I'd declare:
@import url("print.css");.  Except it doesn't work in IE, Opera, FF  
or Safari.  I've tried various different approaches but nothing seems  
to work.

There's a test file here with my latest attempt:
http://www.thespiceweasel.com/experiments/css/

with CSS here:

http://www.thespiceweasel.com/experiments/css/styles.css
http://www.thespiceweasel.com/experiments/css/print.css

Is importing CSS like this actually possible?

Regards

F

ps - I'm on digest.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to