- Transition #14 - "fade out" effect - Search feature - add the search area in the menu and type symbols. - AJAX menu loading - loads web menu data from the server "on-the-fly". - Hundreds of pre-designed templates - Relative/Absolute menu position - 85% transparency for sub menus - Special JavaScript API for changing javascript menu "on-the-fly" - Sound support!
Apply any font of any color, size and font decoration you need. Use any available type, color and thickness of a menu's frame. Choose any color for submenus and items backgrounds.
Set the size of the menu in percent, pixels, or other units. This menu may have a relative (it can be inserted into the table, for example) or absolute position .
Specify various values for spacing and padding for the whole menu and for each separate submenu.
You can specify a time for delays in showing or hiding of a submenu. Use special prefixes for image paths and links to make paths absolute.
Create separators using your own pictures, size and alignment.
Q: I'm in search for a product like "Deluxe Menu".
Before buying your software, I'd need to know if I can use images (eg *.jpgs) within rollover drop menu instead of just text; my menu items need to be images. Does "Deluxe Menu" support this?
A: Yes, you can create image-based rollover drop menu.
If item text is empty, icon fields will be used as item images.
For example: ["", "index.html", "itemImageNormal.gif", "itemImageOver.gif", "Home Page"]
Q: How can I set the top-level items to be transparent for the dhtml dropdown?
A:You should create Individual Item and Submenu styles with transparent itemBackColor and assign it for the top items:
var itemStyles = [ ["itemBackColor=transparent,transparent","itemBorderWidth=0","fontColor=#000000,#000000"], ];
var menuStyles = [ ["menuBackColor=transparent","menuBorderWidth=0"], ];