[jQuery] Re: Show/hide effect div on mouseover

2009-10-04 Thread Flo
Hi, You can also do this using this plugin : http://plugins.jquery.com/files/jquery.event.hover.js.txt, which overloads the jQuery 'hover' event (just like hoverIntent, but it's smaller). Works fine, and you can tweak it. Flo

[jQuery] Re: Show/hide effect div on mouseover

2009-10-02 Thread Liam Byrne
Normally the hover function will cause the menu div to disappear in this scenario, as the mouse moves over the child elements. But if you use the hoverIntent plugin, it'll do the trick for you. Liam Mface wrote: Hi, I have a CSS menu that I created using div that current appears using the