There are a wide range of variations. Each variation will allow you to
target different browsers. Here are some:

@import url(styles.css) not all;
@import url(styles.css) all;
@import url(styles.css) All;
@import "null?\"\{";
@import "styles.css";
@import "null?\"\}";
@import'styles.css';
@import"styles.css";
@import 'styles.css';
@import "styles.css";
@import url(styles.css);
@import url('styles.css');
@import url("styles.css");


This can be seen in this browser filters chart:
http://www.dithered.com/css_filters/css_only/index.php

Russ



> I just noticed that on Zeldman's website his CSS is imported like this:
> 
>    <style type="text/css" media="all">@import "/c/c04.css";</style>
> 
> which I don't think I've ever seen before. I normally see
> 
>    @import url(/c/c04.css)
> 
> is there some hack being invoked here, or is it just a matter of style?

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to