[jQuery] Best way to build flyout menu?
Hi all,
What's the best strategy for building a flyout menu? Do we still need to
have a larger div (than the flyout) to use for the mouseover 'hide' event?
My situation is a series of <li> hold the <a> to show the relevant flyout
<div>. I don't know which is the best element to hide the flyout <div> i.e.
is it a mouseout on the div?
I recall the old way of doing this before jquery used a larger div to detect
the 'exit' zone.
Regards
Sean