> What I'm wondering is if I declare a class, let's call it 'BOX' in my > homepage.css and just give it widths and heights etc, and then in styles.css > I also have the 'BOX' class but with font-size, font-weight declared in it, > does it all amalgamate into one style declaration as far as the browsers are > concerned when an import is done, or does one class overrule the other?
They'll only override if both files set the same property. So just don't set your font color in both css files, etc, and it won't get confusing. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
