- CSS Sprite Generator # 26 Jul 2009
-
Excellent tool by Project Fondue. Includes the best description of CSS sprites I’ve read:
“CSS sprites are a way to reduce the number of HTTP requests made for image resources referenced by your site. Images are combined into one larger image at defined X and Y coorindates. Having assigned this generated image to relevant page elements the background-position CSS property can then be used to shift the visible area to the required component image.
← What is a Good Standard? | Beginners Guide to Google Maps JavaScript →