Re: @import

On Sat, 28 Jun 2003, Brian V Bonini wrote:
>
> What is the real difference between using '@import' for external style
> sheets or 'link rel='? They both do the same thing no? DO they rank
> differently in the cascade, etc..??

The real difference is that <link> is how you link to stylesheets from
HTML documents, and @import is how you link to stylesheets from other
stylesheets.

-- 
Ian Hickson                                      )\._.,--....,'``.    fL
"meow"                                          /,   _.. \   _\  ;`._ ,.
http://index.hixie.ch/                         `._.-(,_..'--(,_..'`-.;.'

Received on Saturday, 28 June 2003 13:19:22 UTC