Recent Questions
Q: May I use this menu in Arabic mode I mean in right to left mode? 
 If yes please let me know how?
 
A:  You're able to use any characters for Deluxe Menu in the same way asyou use them for standard html page. 
The only issue is that submenus can be shown in incorrect positionwhen you're using dir=rtl for your page. 
  var dmRTL = 0; 
Set this parameter to 1 if you're using right-to-left direction of html page <HTML dir=rtl>. 
Use also 
  var smViewType = 2; 
for right-to-left languages. 
Please, see example: 
http://deluxe-menu.com/ways-showing-submenus-sample.html 
This examples demonstrates how the menu can change a submenusdirection. Use   var smViewType parameter to change a submenusdirection: 
  var smViewType = 0..3; 
Values: 
 0 - from left to right; 
 1 - from left to right + upwards; 
 2 - from right to left; 
 3 - from right to left + upwards; 
In Deluxe Menu when you call data .js file you can try to specify the encoding: 
<script src="data.js" charset="utf-8"></script> 
Unfortunately, you can't use arabic characters in Deluxe Tuner application.You should manually correct your code.
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.
Q: If there is a possibility to change the dhtml dropdown menus?
A: You should use API functions. 
dtreet_ext_changeItem (menuInd, itemID, itemParams) 
More info you can find here: 
http://deluxe-tree.com/functions-info.html
Q: I'm confused in how to do this. I want to change the background color of one of the javascript and menu items. If I understand correctly I go to INDIVIDUAL STYLES and should be able to change the background color for one of the menu items there. Under item appearance I tried to change itemBackColor - but I can't seem to make it take affect (I tried clicking OK but its under the Style Names, so thats probably not it. 
A:  You should click "Edit Individual Styles" button.
 On the 'Item Styles' tab click "Add style" button.
 Set itemBackColor and click "OK" button.
 Select the item you want to change the style for and assign new style for it. Go to Item Parameters window 'Item style' field. 
  var itemStyles = [
 ["itemBackColor=#EB2999,#590937"], //style0
];
  var menuItems = [
 ["Home","testlink.html", "", "", "", "", "", "", "", "", "", ],
 ["Product Info","", "default.files/icon1.gif", "default.files/icon1o.gif", "", "", "0", "", "", "", "", ], //style0