Hi,

When you use an import directive in a style sheet, which rules come 
first?  The imported rules or the rules defined in the style sheet itself?

So if I have:

basic.css:

@import url(nav.css);

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 1em 0;
    font-family: Georgia, "Times New Roman", Times, "CG Times", serif; }

p {
    margin: 0 0 1em;
    padding: 0; }

... rest of rules in basic.css...

Are the rules from nav loaded into the top of the combined stylesheet so 
that they come first, or do the rules in the basic style sheet come 
first, followed by the rules from nav?

I'm doing the import right in the style sheet, not in the pages.

Thanks,

Lori
______________________________________________________________________
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