javascript pop-up menu help
Posted
by baiano
on Stack Overflow
See other posts from Stack Overflow
or by baiano
Published on 2010-04-16T21:36:05Z
Indexed on
2010/04/16
21:43 UTC
Read the original article
Hit count: 202
JavaScript
|menu
I am working on a project similar to a table where the user will be able to add rows. Right now there is just one row type available but I would like to give the user the ability to select from a list without changing the layout of the page. So, I put together a menu that appears on mouseover of the 'add row' link and disappears on mouseout (with a slight delay and fade in/out) using mootools event listeners. It looks like:
I am now trying to figure out an easy way to make it so that the list stays available when the user's mouse leaves the 'add a row' link to go to select an item from the list. I looked through various mootools add-ons and tutorial but didn't find anything all that helpful. Does anyone know of a good tutorial guide me through this or can otherwise point me in the right direction here?
© Stack Overflow or respective owner