How to position one element relative to another with jQuery?

I have a hidden DIV which contains a toolbar-like menu.

I have a number of DIVs which are enabled to show the menu DIV when the mouse hovers over them.

Is there a built-in function which will move the menu DIV to the top right of the active (mouse hover) DIV? I’m looking for something like $(menu).position("topright", targetEl);

8 Answers
8

Leave a Comment