Recent Questions
Q: I will buy your Deluxe Menu with an Multiple Website License.
 Can I create websites for clients with the javascript collapsible tree? 
A:  Yes, you will be able to create and use Deluxe Menuon the client's websites.
Q: I'm trying to display the submenus to the left of the vertical navigation bar. 
 
A: Try to use the following parameter:
  var subMenuAlign = "left";
Q: We have a menu in its own dedicated table row on our website and the table row contains a background image. We want to know if we can make the background on your menu transparent so that you can see our table cell background through the menu.
 We have tried using your option to put our image as your menu’s background, but then it repeats for all of the drop downs which we do not want. 
We simply want the row of options to be transparent and all of the drop downs to be white. 
 Is this possible with your system and, if so, how would we go about making this work?
 
A: You can try to use these parameters: 
  var menuBackColor="transparent"; 
  var itemBackColor=["transparent","#1665CB"]; 
Or, you can use Individual Item Styles and set images only for the main items.
Try that. 
Q: Is it possible to open a specific tab in javascript menu samples using javascript? For example something like tabObject.open(tab1);
A:  You can try to use the following function:
 dtabs_itemClick(menuN, itemN);
where
menuN - index of a menu on a page, >= 0.
itemN - index of a tab you want to show, >=0.