tags:

views:

22

answers:

1

Hi, I am working on this mega menu:
http://www.sitepoint.com/blogs/2009/03/31/make-a-mega-drop-down-menu-with-jquery/

Sometimes the dropdown menu overshoots the screen coordinates. Is there a way to reposition the menu so that it gets displayed within the screen coordinates at all times? Thanks.

A: 

For any one with the same problem, this is how I implemented it

http://stackoverflow.com/questions/158070/jquery-how-to-position-one-element-relative-to-another

nKnight