Multiple images on mouseover

Associate
Joined
18 Oct 2002
Posts
2,055
Location
Southend-on-Sea
I'm doing a site at the moment where on the home page there is an image and then a list of product links listed below it. My client wants the image to change when a user hovers the mouse over each product link.

What is the best way to do this? I know how to change images on mouseover using CSS, but that only give me the option to have two different images and they will have between 3-8 products listed under the image so need to be able to support this.

Is this a Javascript job? Any advice gratefully received.

Thanks
 
I don't think you need the full force of Jquery.. this should be pretty easy with some simple Javascript for each link to modify the image above upon mouse over.
 
Thanks guys. I've only dabbled a bit with JS, are there any decent tutorials out there for this kind of thing?
 
Back
Top Bottom