Hello all. I'm pretty weak when it comes to JS and I have been tasked with building a flyout menu for my company's public website:
I'm referring to the left column menu system.
Right now - if the mouse rolls over the large arrowhead a submenu opens up. To close the submenu, you have to then click on the small arrowhead in the submenu.
I would like the submenu to close if the mouse leaves the submenu DIV. I can attach the event handler to the DIV ok but regardless of what event handler I try OnMouseOut etc. the submenu won't close.
I really appreciate this forum and your help.
Cheers,
Bluetone
I'm referring to the left column menu system.
Right now - if the mouse rolls over the large arrowhead a submenu opens up. To close the submenu, you have to then click on the small arrowhead in the submenu.
I would like the submenu to close if the mouse leaves the submenu DIV. I can attach the event handler to the DIV ok but regardless of what event handler I try OnMouseOut etc. the submenu won't close.
I really appreciate this forum and your help.
Cheers,
Bluetone