Image maps in submenus

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
molesquirrel
Beginner
Beginner
Posts: 4
Joined: Sun Dec 15, 2002 8:46 pm

Image maps in submenus

Post by molesquirrel »

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: Select all

addmenu(menu=["journals",
	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
Post Reply