Using SPRITE in Web based application
Hi,
I was going through using Sprite in web based application.
What is Sprite : Sprite is a way to use a single image for displaying multiple images on the web page. It works by joining all the images together in a single image and specifying the path in your css class.
How to use sprite
Css class then provides the sapeate class name for each image by specifying the coordinates of a particular image (called background), and specifying the height and width of that image inside the big image.
Comments