I have an image with 5 logo's and I'd like each logo to change individually from greyscale to color on hover. The obvious solution is to chop the image into the separate logo's with each having both a greyscale and color version and then do a standard css rollover.
However, I can't increase the page load with 5 additional image hits. Is it possible to do this using jquery and one large sprite with all 5 logo's in both greyscale and color and somehow detect which area of the image is being hovered over so the associated color version can then be shown?
background position, or have a look at papermashup.com/demos/ajax-switch , it's a switch on/off button but you can check they'r css/js code and modify it to work on hover ;) – Poelinca Dorin Nov 8 '11 at 16:09