[jQuery] Drop-Down Menu (did anybody make one with JQuery?)

[jQuery] Drop-Down Menu (did anybody make one with JQuery?)

The problem is that the user mouses out of the primary nav item (Help, Options) before acquiring the list items under it.
You might consider treating the top level as an unordered list as well, with nested unordered lists serving as the drop downs. This way, the user's pointer is in essence still over the top-level item while perusing the drop down lists. For example:
http://beta.ksscholl.com/jquery/suckerfish.html
You would obviously need to style the items as necessary for your application.
Kevin
-------------- Original message ----------------------
From: "roso@bellsouth.net" <roso@bellsouth.net>