[jQuery] Re: mouseover + slide down question

2007-04-18 Thread Glen Lipka
On 4/18/07, Brian Cherne <[EMAIL PROTECTED]> wrote: If you're set on rolling your own menu, you might also consider my hoverIntent plug-in: http://cherne.net/brian/resources/jquery.hoverIntent.html Brian. Holy Cow, that is awesome. I wonder if that can be applied to the following UX issue.

[jQuery] Re: mouseover + slide down question

2007-04-18 Thread Brian Cherne
If you're set on rolling your own menu, you might also consider my hoverIntent plug-in: http://cherne.net/brian/resources/jquery.hoverIntent.html Brian. On 4/18/07, dailo <[EMAIL PROTECTED]> wrote: actually i was just thinking of a workaround..is there a way to put a delay on the slidedown?

[jQuery] Re: mouseover + slide down question

2007-04-18 Thread Glen Lipka
On 4/18/07, dailo <[EMAIL PROTECTED]> wrote: actually i was just thinking of a workaround..is there a way to put a delay on the slidedown? Or i guess a delay on a mouseover On Apr 18, 1:09 pm, dailo <[EMAIL PROTECTED]> wrote: > I've set up a horizontal nav and have slide down divs for each ele

[jQuery] Re: mouseover + slide down question

2007-04-18 Thread dailo
actually i was just thinking of a workaround..is there a way to put a delay on the slidedown? Or i guess a delay on a mouseover On Apr 18, 1:09 pm, dailo <[EMAIL PROTECTED]> wrote: > I've set up a horizontal nav and have slide down divs for each element > for the subnav. It works fine for now but