CSS Sprites
CSS Sprites
If your individual images aren't already optimized, your file savings and
bandwidth savings can be substantially more than the numbers I show above.
In addition, you'll save even more if your images were embedded within the
HTML rather than used as CSS background images.
A nice bonus is that when you redesign it will be so much easier to swap out
those icons in your CSS when they're implemented as CSS background
images rather than all those icons being embedded within your HTML.
Code:
<?xml version="1.1" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
</body>
</html>
Note: The above information is generated while using the online css
sprites generator.