Recent Questions
Q: I am interested in your dhtml menu product, I did not see any examples using a target attribute for the url, i.e.
 <a href=http://yoursite.com/ target-"_blank"> 
 Also if this is supported if you could send me an example of how to configure this... 
A: You should use the following parameter 
  var itemTarget = "_self"; 
 
Please, see also individual items targets, for example: 
  ["|Features","testlink.html", "default.files/icon2.gif", "default.files/icon2o.gif", , "_blank", , , , ], 
Change "_blank" to "" or to "_self".
Q: Can you tell me why these two simple dhtml tabs menus are conflicting and overwriting?
A: Notice, when you have several dhtml tabs menus on the one page you should calldtabs.js file only once.
 <script type="text/javascript" src="Top_Center1.files/dtabs.js"></script>
Q: Do you support keyboard shortcuts (up/down through javascript for drop down menu)? I couldn't find an example of that.
 Also, this one from OpenCube (exploding submenus) runs on Firefox too. No way to get that in yours? 
A:  No, Deluxe Menu doesn't support transitional effect in Firefox. Thereis no way to do it in the current version of the menu. It is possiblethat we'll add this feature in the next versions.
Deluxe Menu has keyboard support. You can check it on our website
http://deluxe-menu.com/
Press Ctrl+F2 to enter/switch to next menu on the page.
Arrow keys - navigate
Esc - exit the menu
Use the following parameter to enable keystrokes support:
  var keystrokes = 1;
0 - disabled (default), 1 - enabled.
Use also the following parameters:
  var dm_focus = 1; Show focus selection for selected item. 
   var dm_actKey = 113; Key code for keystrokes activation. 
Works with Ctrl key only. 
Default value is 113 = F2 key, 114 = F3 key, 115 = F4 key, etc.
Q: Is it possibly that menu dynamic remembers the last action if I go to previous page?(so the menu stays fault out)
I know TreeMenu does this, but I want to use DeLuxeMenu
A: Deluxe Menu doesn't save state as Deluxe Tree.
But you can set pressed item on each page with Deluxe Menu using
dm_ext_setPressedItem () funtion.
Find more info:
http://deluxe-menu.com/highlighted-items-sample.html