On Thu, 14 Jun 2007 12:14:18 -0400, John Gribben wrote:
> Hello,
>
>
> I've been reading the article in ALA about CSS Frameworks, and I was 
> wondering if there
> is any consensus in the group about abstracting style sheets into multiple 
> files.  We
> haven't done that yet, although it seems like a good idea (and an upcoming 
> project
> would benefit from it). Is this a common practice?  How serious a drawback is 
> the
> multiplication of HTTP requests?
>
Interesting. Just as I had decided to consolidate all styles into one
style sheet, including an @media print section. Instead of dividing
into different files, iincluding IE-only styles, I am writing a single
file that's divided into sections: layout; fonts and colors; links etc.

For the IE-special stuff I have an extra DIV id="for-IE" that is inside
a conditional [if IE] comment.

This is experimental. As I have just switched to a CMS (Textpattern)
this works well so far. Your mileage may vary. The art of design is all
about compromise, after all.

Cordially,
David
--


______________________________________________________________________
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