- Submenus dropdown on mouseover - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Top items and submenus have a shadow - Unlimited number of sub levels - Personal CSS styles for separate menu elements - Image arrows - Submenus automatically scrolls - Horizontal or vertical orientation
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.
You can use Object ID as well as Link in both modes. Use the following prefixes within item's link field: "object:" - means that there is object id after it; "link:" - means that there is a link after it. "javascript:" - means that there is a javascript code after it, for example:javascript:alert(\'Hello!\') So, you should write for example:
Q: I'm curious to know if this dhtml menu cross frame work with frames. Are there any limitations regarding frames?
I'm thinking of having the tree in a left-hand frame and using it to change two stacking frames to the right. Do you foresee any issues with this plan?
A:Deluxe Menu
There is cross-frame mode in Deluxe Menu, see more info here:
You can install your Tree Menu in a left-hand frame and load pages inthe another frames. You can set target using the following dhtml menu cross frame parameter:
var titemTarget = "framename";
Please, try the trial version.
Q: I have a web site in which I am using Deluxe Menu in the top frame as a menu that crosses the frame and a menu in the lower frame that uses it as a menu in the same frame. However, if a user selects the menu in the upper frame they get the menu that is associated with the menu of the lower frame. The configuration files are names differently. Is there a setting that needs to be set for the menu to distinguish between the two menus instantiations?
A:I suppose that you have two entries of dmenu.js file on your site in the tag. You must have only one entry of dmenu.js file. Please, delete the same code. You should write so:
<head>
<!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "menu2.files/";</script> <script type="text/javascript" src="menu2.files/dmenu.js"></script> <!-- (c) 2006, by Deluxe-Menu.com -->