views:

70

answers:

2

Hi all

I am making a small list over some products, and to each product there are shown a picture to the left. When the user moves their mouse over the thumbnail image, I would like to show four more images with jQuery. I have looked at this very nice plugin: http://flowplayer.org/tools/demos/tooltip/any-html.html This could be used to show a html-div containing the four images.

My only problem is that I would like the four "tooltip/popup" images to move around when the user moves the mouse around on top of the main-thumbnail.

Is this possible, or does anyone else have a good idea to a plugin or something that could solve my problem.

Please help.

Best regards, Kim Andersen

A: 

Duplicate: http://stackoverflow.com/questions/561844/how-to-move-div-with-the-mouse-using-jquery

Glennular
No, this is not what I search for. I need the effect when the user hovers the thumbnail. And when the mouse i removed from the thumbnail, the four small images disapears again.
Kim Andersen
you would move the DIV and attach it when the mouse is over the images, and then detach it when you leave the image's boundaries.
Glennular
Hmm...I'm not quite sure how to accomplish this. Could you please give me a code example?I'm not that good to jQuery jet.
Kim Andersen
A: 

Anyone? I really need this to work, but I am totally lost here :(

Kim Andersen
perhaps you could supply code you have and ask specific questions that we can help you with for each goal you need to accomplish.
Glennular