Re[7]: Context Menu on button or image click.
2005/10/12 20:25
Viewed 15788 times
Replies: 1/8

I can't see why not. The thing you need to take care of is that you're also passing the tag name, i.e.:

<li class="context-class-div-hotspot">

will only work on div-s with the class "hotspot".  If you say:

<li class="context-class-input-hotspot">

it will work for input fields having the class "hotspot".  Obviously, same goes for images:

<li class="context-class-img-hotspot">
Re[8]: Context Menu on button or image click.
2005/10/12 21:20
Viewed 17639 times
Replies: 1/7

The page which I sent in the mail is a test page.

The actual page is in frames . If I use v2.8 menu in this page, I get javascript errors.

window.top.DynarchMenu._infoMap is null or not an object.

last
Re[9]: Context Menu on button or image click.
2005/10/12 21:22
Viewed 19181 times
Replies: 1/6

Yes, there is a bug. I'm sorry about this, but you'll have to wait for a fix to become available (we don't yet have one but should be there soon).

last
Google