[css-d] Looking for online reference re optimizing style sheet syntax

2011-04-17 Thread Keith Purtell
I'm about 85 percent done with my site. The pages look acceptable but
awaiting batch html/css validation. One thing I need to do is clean up
the main style sheet. I found some general tips about this (at
websiteoptimization.com), like ...

...remove whitespace, and use shorthand properties. Group common
declarations, selectors, and CSS code in multiple classes to save space.
Use the simplest selectors you can, high in the document tree and let
them cascade. Be as vague and as abstract as possible in your CSS
selectors.

Sounds like good advice, but is there a place online where these topics
are broken out in a bit more detail?

- Keith Purtell


__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Looking for online reference re optimizing style sheet syntax

2011-04-17 Thread Gabriele Romanato
http://onwebdev.blogspot.com/2011/02/improving-your-css-performance.html

I've summarized it in as much details as I could. HTH :-)

-- 
http://www.css-zibaldone.com/
http://www.css-zibaldone.com/test/ (English)
http://www.css-zibaldone.com/articles/ (English)
http://onwebdev.blogspot.com/  (English)
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/