Shelly, on Tuesday, August 22, 2006 at 13:33 Shelly wrote:
> @import "layout.css"; > @import "spring_flavour.css"; This is a very common way to organize stylesheets. I do that since years. Drawbacks: NN 4.x and co. doesn't support this, so it's an easy way to keep old browsers away from styles that they shouldn't see. (It's not a bug, it's a feature!) Important: The imports have to be the first statements in a stylesheet or it will not work. regards Martin ______________________________________________________________________ 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/
