Re[4]: Context Menu on button or image click.
2005/10/12 19:43
Viewed 10511 times
Replies: 1/11

The code you sent by email seems to use DynarchMenu 2.5, but I'm not sure this feature was available at that time. Can you please check with the latest version?

BTW, I tested your code in IE6 and Firefox and it aligns the menu correctly for the elements that specify alignment.

Re[5]: Context Menu on button or image click.
2005/10/12 20:01
Viewed 12157 times
Replies: 1/10

Yes . you are right. This works with latest version.

Can i overwrite all the 2.5 files with new 2.8 files.

Let me know........

last
Re[6]: Context Menu on button or image click.
2005/10/12 20:08
Viewed 13476 times
Replies: 1/9

Also is it possible to show the popup on an image or a button.

I tried by adding a button or image. it doesnt work. Replaced the first div tag with the following lines in my code

  • --------------------------------

<div class="hotspot context-align-bottom" style="left: 50px; top: 50px"><input type="button" name="btn2" value="btn2"></input>this</div>

<input class="hotspot context-align-bottom" type="button" name="btn1" value="ggg" style="left: 50px; top: 100px"></input>
<img class="hotspot context-align-bottom" src="" name="img1" style="left: 50px; top: 150px"></input>

  • -------------------------------------------------------
last
Google