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:16
Image maps in submenus
Poster: molesquirrel
Dated: Sunday December 15 2002 - 19:52:32 GMT
Hey -
I've got an image set as the body of a submenu item, and I'd like to link an image map to it. Is there a trick to doing this? I've got
Code:
addmenu(menu=["journals",
114,5,,0,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=img/journal_sub.gif usemap='#journal_sub' border=0>","",,,0
])
114,5,,0,"",style1,,"left",effect,,,,,,,,,,,,
,"<img src=img/journal_sub.gif usemap='#journal_sub' border=0>","",,,0
])
, but when the image loads, it doesn't seem to recognize that it's being used as a map.
Thanks in advance!
-michael