Eric A. Meyer wrote: > So if people want to revive > the thread, that would be great. >
Cool! I was about to reference the sectioned CSS that Andy Budd uses in CSS Mastery (which you can find in the books downloads - Chapter one - prototype.css) here: http://www.cssmastery.com/ CSS Mastery: Advanced Web Standards Solutions Each section is delineated with a comment like this: /* =Typography -----------------------------------------------------------------------------*/ and the = sign plays a helpful part in making searches easier. In terms of numbers of Stylesheets I find one basic one, one imported one for layout and three for: IEhacks, IE5Hacks and IE7hackresets (called with conditional comments) plus print.css to be my starting point. (e.g http://www.boldfishclient.co.uk/valevans/brimark/) but sometimes I don't get around to splitting up the basic stuff from the layout stuff, so maybe not a good idea? like others, sometimes the home page layout.css is different to the inner page layout.css so I'll split those where size becomes an issue.. I'm curious to how successful others find having a master css file that imports other css files - is that easier to manage, and reliable cross browser? and what about having a standard set of stylesheets where sometimes one might be empty (apart from comments) any problems with that? TIA. ;o) -- Join me: http://wiki.workalone.co.uk/ Thank me: http://www.amazon.co.uk/gp/registry/1VK42TQL7VD2F Engage me: http://www.boldfish.co.uk/portfolio/ ______________________________________________________________________ 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/
