oops ignore >> media=" " needed in @import?

Sorry.  I sent this below to the wrong CSS list.  :(

Please ignore ...




Forgive me if this has already been discussed, but I didn't see it in the
archives.

If I'm making a call like this,

<style type="text/css">
<!--

@import url(/style/core.css);
@import url(/style/print.css) print;

-->
</style> 


Do I then need to change my initial <style> tag to look like this

<style type="text/css" media="screen, print"> ?????

I see an example of this on page 61 of Eric Meyer's CSS 2.0 reference book,
but the book doesn't explicitly say I must declare the "print" media aspect
in <style> tag.


--Edw



-- 
http://www.explorelearning.com

Received on Monday, 25 March 2002 14:37:44 UTC