View Single Post
Old 06-05-2008, 12:51   #1 (permalink)
mathias
Refrigerated User
 
mathias's Avatar
 
Join Date: Mar 2006
Location: Central US
Posts: 162
All CSS in one file. ASP conflict?

I like all my CSS in one file, are there any potential prblems with this?

I've seen sites with multiple CSS files, one for layout, one for content, one for special includes, etc.

On a current ASP site, we resolved a CSS issue by simply consolidating all CSS files into one. You of course have be careful to maintain the cascading order when you do.

What do you think: One CSS file -OR- split it up?
  Reply With Quote