This text will be green if the rule has been applied.
@import url(style.css) all;
I find no difference in Win IE behaviour if the url is quoted (@import url("style.css") all;) contrary to what is stated at the Newt Edge page on hiding css from IE6. Using multiple media types with an @import rule has the same support as specifying a single media type as per this rule.