2010
2007
Ajaxian » CSS Sprite Generator Released
CSS Sprite is a single image file which contains several graphics. Using CSS background positions it’s possible to display any one of the graphics. By using a sprite you save on multiple http requests which helps speed up the rendering of your page.
1
(3 marks)