|
My html pulldown menu don't work with a popup...
Return to Recent Questions
Q:
I have a problem with the evaluation.
I'm trying to get a click/context html pulldown menu from clicking an image
but no matter what I try I have the errors with object required on line 15.
If I just display the html pulldown menu with the usual <script> menu.js etc. entry it works but not with a popup?
I've read your examples / source over and over again but no joy. Please please help if you can?
PS: I've set the popupMode variable to 1 in the html pulldown menu definition file.
A:
The installation of your Popup html pulldown menu is not correct.
If you have only one html pulldown menu on your page you should write
<img src='images/note.gif' oncontextmenu='return dm_popup(0 ,2000 ,event );'>
You should also copy dmenu_popup.js file into the same folder with
dmenu.js file.
More info you can find here:
http://dhtml-menu.com/menu/popup-mode-sample.html
Return to Recent Questions
Related:
- March 12, 2009 - I don't understand, how can change place of the icon in button context menu...
- March 12, 2009 - I have problems with image paths when I create menu con javascript in DHTML Tuner.
- March 14, 2009 - I am having a problem with css styles in the javascript collapse menu.
- March 15, 2009 - I have problems with transitional effects in Firefox in the menu rollover...
- March 20, 2009 - Links don't work in the drop down horizontal menu. How can I correct this?
- March 27, 2009 - I can't validate my pages with W3C or WDG validators using click popup menu...
- March 28, 2009 - How do I get started with this drop down menu creator?
- Apr 03, 2009 - Our submenus don't appear alignment to the toplevel html menu.
- Apr 05, 2009 - We have status bar errors that say: "Done, but with errors on page" in javascript example...
- Apr 07, 2009 - I want to get my text within a single dynamic menu javascript item to be on a two lines...
- Apr 13, 2009 - I have some problems with multiple css style menu on my site.
|