thomasonk
Joined: 07 Feb 2007 Posts: 4
|
Posted: Wed Feb 07, 2007 8:14 pm Post subject: Getting popup menus to go away on mouseout |
|
|
I am trying to configure some popup menus with the latest version of the coolmenpro 2.9.2. The popup menus appear correctly but the menu doesn't go away on mouseout, only if you mouseover another image with a popup menu or click on the page. I would like for the menu's to go away when you mouseout of the menu, not just the image that triggers the popup menu, so doing a hide on the menu won't work because it goes away as soon as you mouse out of the image/image map that triggered the menu.
From reading the forums, I thought I would try the mEvent, but it doesn't seem to work, the menu doesn't go away.
My code looks like this:
| Code: | | <AREA SHAPE="rect" ALT="Work with KM" COORDS="602,35,690,48" HREF="/work/" onmouseover="CMenuPopUpXY('work', 620, 50)" onmouseout="mEvent('work', 0, 't') "> |
Any idea what I am doing wrong, and is this the correct method to use? Remember I want the mouseout to be on mouseing out of the menu not just the image that triggered the menu.
Thanks in advance for your help! |
|