Recent Questions
Q: I see you have a right click in expanding menu javascript, is this function available in Deluxe Menu?
 
A: Unfortunately, you can't assign onmouseover/onClick/onContextMenu event to each item. 
 However, you can achieve this by using standard html objects within items, for example: 
   var menuitems = [ 
 ["<div onContextMenu='your_code_here'>item text</div>", ""] 
 ];
Q: Is there any way to have a floating menu float in relation to the centre of the screen (not the left of the screen).  I have a centre based website. When I use the floating menu and view the site on different screen sizes, the floating menu appears in different places on the x scale. For example,  I would like it 20 percent from the edge of my centre based webpage, not 20 percent from the left of the screen.  I want the menu to appear on the same horizontal place on my webpage (which is centre based)
 
A:  No unfortunately it is not possible to write 
   var posX="50% - 20"; 
You should adjust your coordinates to center the menu with absoluteposition.
Q: I am having some trouble placing the cascading drop down menu in frontpage.
 Does your company have some kind of tech support for the frontpage material?
A: See, you should do the following things.
1. Create your menu in Deluxe Tuner.
2. Export the menu into html file "File/Export/To HTML".
3. Copy generated folder with all engine .js files and images("deluxe-menu.files/" by default) and data-deluxe-menu.js (by default)
 into the same folder with you index.html page (created inFrontPage).4. Now you should add several rows of code into your index.html file.
You can do it in FrontPage (open HTML source of the page and edit it)
or in any text editor. Open your index.html page and edit it.
Notice that you'll have errors in the Preview. But you won't get errors if you open this page in the browser.5. Add the following code in the <head>tag:
 <!-- Deluxe Menu -->
 <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">  var dmWorkPath="deluxe-menu.files/";</script>
<script type="text/javascript" src="deluxe-menu.files/dmenu.js"></scri>
and
<script type="text/javascript" src="data-deluxe-menu.js"></scrip>
in the place where you want to have the menu.
You can paste it in <table>, <div> tags. For example.
<div align=center>
<script type="text/javascript" src="data-deluxe-menu.js"></script>
</div>
6. Save your index.html page and open it in any browser.
Q: I cannot see subitems of my down menu navigation on the website. Could you help me?
 
A: Now you have 
  var smHeight="0px"; 
It is not correct. 
Try to set: 
  var smHeight="";