I have been doing quite a bit of research into this and im very new at jquery so i would like to get an opinion from some pro's on the best way to approach this before i dedicate some time to solving it.
I basically have 6 images on a page that load as normal. When a user hovers over one of the images i want the other images to go greyscale but the one that is being hovered over to remain colour.
I have seen several methods on how to do things reasonably similar but not quite what i want, and there are two ways apparently - is it better to css grey scale them or create seperate images and swap them out? i dont want to find i try one way and a few hours later find that it wont work!
Thanks