What are CSS sprites?
A sprite combines multiple background images into a single image. This is a technique for making web pages faster because it reduces the number of downloads in the page. See Chapter 1 in High Performance Web Sites by Steve Souders for more information about the performance benefits of using sprites. See CSS Sprites: Image Slicing’s Kiss of Death by Dave Shea for more information about how sprites work.