Recent Questions
Q: I'm having difficulty understanding how to set up css drop down menus. The differences between menuStyles, itemStyles, CSS and CSSText is very unclear, and doesn't seem to be well documented. 
 Do you have any better documentation or writeup on using this feature?
A:  No, unfortunately we don't have additional documentation. You can findall info on our site. 
We have several examples of the menus using css. 
You should set   var cssStyle=1; parameter and then assign your stylesto the items. 
  var cssSubmenu is a CSS class name for all submenus. You can set, forexample, background color, background image, borders for all submenus. 
  var cssItem is CSS class names for all items (normal state, mouseoverstate) in the top menu and submenus. 
  var cssItemText is CSS class names for text of all items (normalstate, mouseover state) in the top menu and submenus. 
It's possible to appoint individual CSS styles for separate elements of the menu using individual item styles and individual submenu styles.
Q: I am interested in this script 
 http://deluxe-menu.com/popup-mode-sample.html 
 Is that possible that the "2nd" menu is activated with left click and to delete the "1st" menu.
 
A: Yes of course you can create any menu on your page. 
See how you should call pop up menu 
 <img src="data-samples/images/popup_pic.gif" width=180 height=119 onClick="return dm_popup(1, 2000, event);" onContextMenu="return dm_popup(2, 2000, event);" style="cursor: pointer;">
 
 To use one menu on you page you should write 
 <img src="data-samples/images/popup_pic.gif" width=180 height=119 onClick="return dm_popup(1, 2000, event);" style="cursor: pointer;">
 
You can create you own menu using Deluxe Tuner application or use thismenu.
Q: I am a web developer and evaluating your product using the Trial Version. I created navigation bar using your application (see attached files). Simple drop menu appears to be displaying OK (centered) when using Internet Explorer 7.0, but I can't move it below the header. Also when I access the same sample page using FireFox Browser, the Navigation Bar aligns on the Top-left. Ideally, the navigation bar shall be displaying below the header and centered. 
 Can you help please? 
A:  You are using absolute position for the menu now. You should userelative position if you want to center your menu. Set the followingparameter:
  var absolutePos=0;
Q: Please kindly help to this problem, in my pass few weeksI'm using my deluxe menu and I can type arabic text there, but now its seems that the software is not recognizing the arabic text, from my screenshot you can understand that it shows a different symbols although im typing arabic font. 
 Now I couldnt type arabic font and I have existing projects website and need to edit it again but I can't coz my software is not recognizing the arabic text.
 
A: Unfortunately, you can't use arabic characters in Deluxe Tuner application. 
You should manually correct your code. 
And after you create your menu you can open your data file (created inDeluxe Tuner) in any text editor (click F4 on this file) and add your text parameter, forexample: 
 ["Home","testlink.html", , , , , , , , ], 
 ["Product Info","", "default.files/icon1.gif", "default.files/icon1o.gif", , , , , , ],
  ["|Features","testlink.html", "default.files/icon2.gif", "default.files/icon2o.gif", , , , , , ], 
  ["|Installation","", "default.files/icon2.gif", "default.files/icon2o.gif", , , , , , ], 
    ["||Description of Files","testlink.html", "default.files/icon6.gif", "default.files/icon6o.gif", , , , , , ], 
...You should enter text to "Home", "Product Info", "|Features","|Installation","||Description of Files" fields in the text editor.Try that.