html

FacebookTwitter
coding

Selectors define which part(s) of your (X)HTML document will be affected by the declarations you’ve specified. Several types of selectors are available in CSS. Note that some of them are not supported in all browsers. Element Selectors The most basic of all selectors is the element selector (you may have heard them called tag selectors). http://www.tutorialfeed.org/2009/04/10-great-css-selectors-you-must-know.html

10 Great CSS Selectors you must know

5 Ways to Instantly Write Better CSS

http://net.tutsplus.com/tutorials/html-css-techniques/5-tips-to-writing-better-css/ Sure, anyone can write CSS. Even programs are doing it for you now. But is the CSS any good? Here are 5 tips to start improving yours.
CSS Sprites are not new. In fact, they are a rather well-established technique and have managed to become common practice in Web development. Of course, CSS sprites are not always necessary, but in some situation they can bring significant advantages and improvements – particularly if you want to reduce your server load.

css sprites

http://coding.smashingmagazine.com/2009/04/27/the-mystery-of-css-sprites-techniques-tools-and-tutorials/