Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:17
Image based menu
Poster: hrecter
Dated: Wednesday November 13 2002 - 3:07:48 GMT
Hi
I am trying to set a a menu similar to the sample with the map.
I am having trouble getting the menu to pop up at the mouse position.
Could you tell me where the code setting for this is.
Thanks in advance
Hans
Poster: trytrix
Dated: Wednesday November 13 2002 - 19:49:57 GMT
Hi,
See the map example link : http://www.milonic.com/menu/menusample.php?sampleid=10
Do a right mouse click and select "view source".
The menu popups are defined in :
Code:
<map name="menumap">
<area href="#" onmouseover="popup('glasgow',1)" onmouseout="popdn()" shape="rect" coords="150,168,208,183">
.
.
</map>
Cheers,
<area href="#" onmouseover="popup('glasgow',1)" onmouseout="popdn()" shape="rect" coords="150,168,208,183">
.
.
</map>
Trytrix