Recent Questions
Q: There seems to be a small checkered rectangle at the top of button menu that I would like to see disappear.
 
A:  See, you have 
  var tmoveable = 1; 
  var tmoveImage = "DeluxeMenu/deluxe-tree/img/movepic.gif"; 
  var tmoveImageHeight = 12; 
If you want your menu to stay movable you should set the followingparameters to delete rectangle at the top. 
  var tmoveImage = ""; 
  var tmoveImageHeight = 0;
Q: I'm wondering if you can use the Link Item of the Deluxe Menu to have ASP code, similar to yoru FAQ below, only replacing the Javascript with ASP? 
 Q: I want to use Javascript instead of usual links for menu items. How can I do that? A: To do that you should add a function word "javascript" in the URL field of an item, e.g.: 
   var menuItems = [ 
 [text, "javascript:alert('Hello, world!')", icon1, icon2], 
 ];
 
A: Thanks for your interest in our products. 
You can use any server-side script, e.g., PHP, ASP, VB, etc. 
You can find the example with PHP here: 
http://deluxe-menu.com/generate-menu-from-database-xml-php-asp-vb-support.html 
http://deluxe-menu.com/rq-loading-bar-MySQL-support.html
Q: In IE7 I see the deluxe-menu.com link on the top and no horizontal menu items on my page.
 In Firefox it will work fine.
 Can you help me to get the Solution? 
A: 	Your browser has JavaScript option disabled.
It means that no one JavaScript element can be run.
You should to enable JavaScript in IE:
Tools -> Internet Options -> Security -> Custom level... -> Scripting -> Active Scripting = Enable
There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences.
You can use search engine friendly code, so you'll see all yourlinks (for the main items and submenus) when your security settings in IE doesn't allow Javascript.
You can generate search engine friendly code.
 Deluxe Menu is a search engine friendly menu since v1.12.
To create a search engine friendly menu you should add additional html code within your html page:
<div id="dmlinks"> 
<a href="http://deluxe-menu.com">menu_item_text1</a> 
<a href="http://deluxe-tree.com">menu_item_text2</a> 
...etc. 
</div> 
To generate such a code use Deluxe Tuner application.
You can find this GUI in the trial package. 
Run Tuner, load your horizontal menu and click Tools/Generate SE-friendly Code (F3).
Q: I'm currently experimenting with your script which I far more performant than any of the other I have tried so far, so we will probably go with yours and get a distributer license. 
 I do have a problem though... 
I have two menus on my site. 
 Unfortunately, as they are being used, if you go over the first item in the left menu, it will show its submenu at the top; if you go over the first item of the top menu, it will also show the contents of the second menu... 
 How can we change this?
 
A: Installation of your menu is not correct. 
See more info about installation here: 
http://deluxe-menu.com/installation-info.html 
There is no 
<script type="text/javascript">  var dmWorkPath = "menudir/";</script> 
 parameter on your page.
Notice also that you should call dmenu.js file only once and then callyour data files. 
Now you have two calls of dmenu.js file.