Optimize Your Web Page with CSS Sprites

CSS sprites mash up all the images used on a webpage into one large image and display only the part that contains the image wherever it's required. Using CSS sprites drastically reduces the load time of the page.