1) jetsGroup: Members Posts: 2Joined: 30 Nov 2007Location: IP: 90.184.--.--
Posted:
I have tried to find out whether this is possible, but can't find any examples. Hope you can help :-)
I need to have the menu to only appear when you click the mouse on a div (pseudo-code: <div .. onclick=show_menu(); ...>). The menu needs to popup under the cursor.
It's kind of like how a right-click menu works in a browser window - just with normal left-click and a js onlick event instead.
Is this possible with Cascading Popup Menus?
Thanks.
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 203.109.--.--
Posted:
You could do it with a little extra code, but why not try a script designed specifically for this purpose? I would recommend my "SuperNote" script which can happily popup notes/menus when you click/mouseover elements.
Good luck - Angus.
3) jetsGroup: Members Posts: 2Joined: 30 Nov 2007Location: IP: 90.184.--.--
Posted:
Thanks for the reply. I'll take a look at SuperNote!