Tangled web



Tuesday, October 01, 2002

@ import
 
Okay, here's more on the @import method of applying a style sheet to your html page.
Mako4CSS has a nice web site that explains how style sheets work, what is the casacading order, and the syntax to use. All the various ways can be applied to one web page, and conflicts among them are resolved according to the cascade rules.
Cascade and inheritance are described too.
I do not get the difference, however, between using an external stylesheet by @import and using a linked style sheet.