PNG encoded with multiple images + HTML usage

css-sprites, html, png

Solution

If you mean you have a bunch saved together in one big image, check out CSS Sprites.

If you mean something else, good luck. Try reworking them into sprites. :D

Problem

I got a PNG having multiple images encoded in it. How do I make use of all the images in a HTML, one for default, on mouse over use the other (I don't want to create different images and work). Are there any examples?

Original source