Event.observe('divmenutop', 'onmouseout', hideMe);
function hideMe() {
}
On Sep 24, 7:22 pm, woofer <[EMAIL PROTECTED]> wrote:
> eeee... yes !!!... and how ? :D
>
> On Sep 24, 10:14 pm, Diodeus <[EMAIL PROTECTED]> wrote:
>
> > You need to capture the onmouseout event of the element, then start a
> > timeout, then fire the action to hide the item.
>
> > On Sep 23, 8:25 am, woofer <[EMAIL PROTECTED]> wrote:
>
> > > Hi:
>
> > > I'm using this CSS menuhttp://www.cssplay.co.uk/menus/drop_line.html
> > > But I want everytime you left a submenu (grey horizontal bar when you
> > > put mouse over one tab), it takes about 2 seconds to do it...
>
> > > That's to say, to create a 2s delay when "on sub menu closes" or
> > > "onunhover".
>
> > > I know with prototype is easy, but I do not know how... Any idea ? :)
>
> > > Thank you
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---