CSS Sprites
2004 March 5th
In “A List Apart” webzine, Dave Shea published an article entitled “CSS Sprite: Image Slicing’s Kiss of Death.” In the article, the author described a technique called CSS Sprites, the basis of which was to connect several smaller graphic elements into one larger image. The graphic elements are then placed on the website using the background-position feature. Thanks to CSS Sprites, a website loads faster because it only uploads one image, reducing the number of HTTP requests.