views:

462

answers:

1

Hi,

In my main page, I need to have a main links displayed...and on mouse hover of each main link it should display a layer (something like modal popup but a smooth one)...and in the layer user should be able to select other links.

It should allow the user to move smoothly between the main links.

Can I use jQuery for this? If not what should I use?

Please help...Thanks in advance !

A: 

You could try a Jquery Tooltip plugin like the following

http://docs.jquery.com/Plugins/Tooltip#Demos

GaryDevenay