Recent Questions
Q: We would like Subprograms to have a different style than the items below it to visually indicate it as a non-clickable header in my javascript drop down menu.
 
A:  You should disable this item. You should set "_" symbol for the itemtarget. 
You can also set 
  var fontColorDisabled="#616321"; 
You can also create Individual Style for the disabled item.
Q: Can I show / hide the javascript floating menu as needed.
A: You should paste javascript code into item's link field of the floating menu,for example:
   var menuItems = 
[ ["text", "javascript:document.getElementById('dm0m0').style.visibility='hidden'", ...]
 ]; 
Q: I am having trouble changing a template of dhtml drop down menu code. I am using the 
 http://deluxe-menu.com/data-templates/image-based-1-template-sample.html, 
 and I want to add more items to the top menu, however when I add an item, it doesn't follow the format of the existing items.
 
A: See, we use Individual Item Styles for the top items in this template. 
For, example select the "CONTACTS" item on the main window. 
In the "Item Parameters" window you can see Individual Styles assignedfor this item: 
Item Style - Style1 
Icons / Normal - images/spacer.gif 
When you add the new item you should assign Individual Styles for itand add icon in the same way. 
That is all.
Q: I can't get the popup menu sample (rightclick) to work in Opera. Does Deluxe-menu support opera for right-clicking? 
 Does Deluxe-menu have a gwt wrapper so we can use deluxe-menu as part of a GWT application?
 
A:  Unfortunately, Opera doesn't support onContextMenu event. 
More info you can find, for example, here: 
http://lab.artlung.com/oncontextmenu/ 
Deluxe Menu wasn't developed as Google Web Toolkit extension,BUT you can use it as standard Javascript files. 
To create and configure your menus use Deluxe Tuner application(included into the trial package): 
http://deluxe-menu.com/deluxe-tuner-info.html 
Please, try the trial version.