- Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - UL/LI items structure - AJAX menu loading - loads web menu data from the server "on-the-fly". - Keyboard navigation - press Ctrl+F2 to enter the top menu - Hundreds of pre-designed templates - Image arrows - Items with icons - Search feature - add the search area in the menu and type symbols.
Setup menu parameters manually or using De Luxe Tuner. Then add some rows of a code within html page code and your menu is ready!
Use special Java Script methods for: Dynamic changing of items (link, text, icons, arrows and even individual style!). Addition/removing of items or submenus. Disabling and enabling menu items. Getting the info on every submenu, menu, and items. Changing appearance of items. Other coding tricks.
Cross-frame mode lets you to construct full-featured dhtml menus on the pages with frames. But for all that frame set it's not necessary to insert any additional code into all the pages - just specify several extra menu parameters.
Ability to handle the menu from the keyboard via keystrokes.
Q: Can I use data from a SQL server using ASP for the dhtml xml menu?
A:You may generate a menu from a database or XML using any server-side script, e.g., PHP, ASP, VB, etc.However, these scripts don't work inside of Javascript .js files, so, you should move parameters of a menu from a .js file into an html-page, e.g.:
<!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "menudir/";</script> <script type="text/javascript" src="menudir/dmenu.js"></script> <!-- (c) 2006, http://deluxe-menu.com -->
<script type="text/javascript" language="JavaScript1.2"> // and describe parameters of a menu var parameter1=value1; var parameter2=value2; etc.
var menuItems = [ // here you generate items using server-side scripts (php, asp, vb, etc.) ]; </script>
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: Is it possible via code customization to remove the border only for the top level of popup navigation and subsequent menu levels with the border? If yes, would you provide technical assistance with the required code change?
A: You can use Individual Item Style in that case. You should create Individual Style, for example:
var itemStyles = [ ["itemBorderStyle=none,none"], // style 0 ];
Q: What an incredible menu!! I have never seen anything like it.Would it be possible to create a version of the dhtml menu that displays items one level down from the top menu in a 6x4 cell layout (effectively a rectangle) rather than vertically? If so, how much would the customization cost?
A:Yes, you can place the menu to the any part of your html code.Please contact support (at) deluxe-menu.com for the customization rates.