I guess I used couple of IDs for layout of background graphics. The header section has the most. I could however use lesser image slices and that would require lesser CSS id but that also means that the image per slice would be bigger.
A question here but not sure if it is off topic..what is the per image size that you would not exceed for backgrounds? With Regards, Jaime Wong ~~~~~~~~~~~~~~~~~~~ SODesires Design Team http://www.sodesires.com ~~~~~~~~~~~~~~~~~~~ -------Original Message------- From: [EMAIL PROTECTED] Date: 4/03/2004 12:17:56 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] Ways to minimise CSS file JW wrote: > enough hmm) but somehow still not very please with the overall file size. I > heard about using php but just not very sure about the details. maybe some > of you might know? PHP is a server side (well, mostly) programming language. Normally used to create HTML markup, but it can be used to create CSS or generate images on demand. Well planned and written CSS is a better solution than using PHP to send the user dynamically generated stylesheet(s) based on the page they are viewing. It means less CPU load on the server. An exception may be if you have several themese and a theme switcher, but even then, Javascript can do that for you without having to learn a new language (although for me, Javascript would be the new language I'd have to learn *grin*). -- /----------------------------------------------------------------------\ |Adam Carmichael, A+, 2xMCP (Windows 2000), Cert IV Helpdesk Admin | |[EMAIL PROTECTED] /( _,-----,_ )\ _| |_ /,|| | |#1 Computer Services \`/ \'/ _| |_ || | |BSD/UNIX & Cisco Network Engineer\ /,\ /,\ / | | _||_ | \----------------------------------------------------------------------/ ***************************************************** The discussion list for http://webstandardsgroup.org/ ***************************************************** ***************************************************** The discussion list for http://webstandardsgroup.org/ *****************************************************
