Gate Wizard wrote:
> question
> How does a browser handle @import?
>
> Example:
> in HEAD we have:
>
> <link rel="stylesheet" href="main.css" type="text/css" />
>
> -------------------------------------
> main.css
>   /* <![CDATA[ */
>
>     @import url(global.css);
>     @import url(structure.css);
>     @import url(theme.css);
>
>   /* ]]> */
>
> Does the browser load the imported CSS before it starts rendering the page,
> or after?
>
> I've looked here, but it doesn't seem to answer my question:
> http://www.w3.org/TR/css3-cascade/#at-import
>
> Thanks to all replies in advance.
>
>   
http://archivist.incutio.com/viewlist/css-discuss/76444

That thread may help but also says at the bottom it's off-topic for css-d.

Rob

>
>
>   

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to