- Search feature - add the search area in the menu and type symbols. - UL/LI items structure - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Relative/Absolute menu position - Several menus on one page - Cross-frame support - menus work on frameset-based pages - Image arrows - Sound support!
Submenus can be shown in 4 ways: - From from left to right + upwards and also left to right. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).
Use images for icons, backgrounds of submenus and items. Using images you can create menus entirely based on graphics.
Create both horizontal and vertical menus and submenus with any amount of menus on one page.
Insert any HTML code inside the menu item - be it a form or a picture, a flash-object or a text. This ability allows you to create various menus of any complexity.
Q: Can you provide indication on how to apply the cross-frame mode from your html menu builder?
A:You should create your menu in Deluxe Tuner and save your data file. Then you should open your data file in any text editor and change your dm_init(); function.
Q: Hi, I was wondering if there is a way to leave a main java swing menu bar item highlighted when in that section. For example if I clicked on "Contact Us" and when I am on the contact us page, the "Contact us" navigation would still be highlighted. I appreciate any help you might have, thanks!
A: The java swing menu bar has only two states normal and mouseover. We'll try to add the pressed state in the future.
You can set a pressed item using Javascript API:
function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion)
Sets a current pressed item. menuInd - index of a menu on a page, >= 0. submenuInd - index of a submenu, >= 0. itemInd - index of an java swing menu bar item, >=0. recursion = true/false - highlight parent items.
But notice, to use dm_ext_setPressedItem() you should know ID of selected item and subitem. You can't get this ID after you reload your page. That is why you should write your own code on PHP.
Q: I have built a menu which will sit in a frame on the left hand side of the page. When sub menus are selected they display in the same frame. How do I make them appear over the adjoining frame?
A:Please, check you dm_init function. You should write it so: dm_initFrame("frmSet", 1, 2, 1);
More info about cross-frame mode you can find here (see additional info): http://deluxe-menu.com/cross-frame-mode-sample.html
See cross-frame vertical orientation Sample (left-to-right) here: http://deluxe-menu.com/cross-frame-mode-sample.html
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..