CSS Sprites
on Sep 09 in CSS tagged sprite byWhat is it? And why use it? This first answer is it simply using one image and positioning it for multiple classes. A sprite is actually one large image positioned to make separate images. Have you ever seen a rollover on one image that uses repositioning well this is an extension of that technique. The difference is that instead of just two or three images being combined it’s one. First you start off with an image that has several icons, bullets. See sample here.
