- Sound support! - Text aligned to left - Items with icons - Image arrows - Transition #14 - "fade out" effect - Keyboard navigation - press Ctrl+F2 to enter the top menu - Several menus on one page - Hundreds of pre-designed templates
Create contextual menus for your pages. For this purpose you should assign a special function for the object you want. The current coordinates of the mouse pointer or your own ones can be used for the contextual menu.
When the submenu is larger than the visible area of the page the submenu will be automatically decreased. To see all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automatically scrolled! You can also specify height and width for each separate submenu.
Build menus completely based on Cascading Style Sheets. It is possible to appoint the individual CSS styles for separate elements of the menu.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: Is there a way to have the menu stay expanded in the same exact state when I click on a menu item of the javascript tree view and go to a new page?
A:There is no need to write additional code on a server side to remember what items were expanded/collapsed. DHTML Tree Menu can save items state automatically. Please, see the example of the menu that works with cookies: http://dhtml-menu.com/tree-examples/tree-menuxp-save-state.html
Set the following parameter:
var tsaveState = 1;
and the menu remembers its structure for each user who visit your page. Try to expand/collapse items. Then reload the page and you'll see results.
Q: I got it working however I have an additional question.
How do I allocate the width of each "button" see sample how for instance the "FAQ" button is so narrow compared to others. I tried adding spaces with no result.
A: You can use Individual Item Styles to set exact width for the menuitems.
For example:
var itemStyles = [ ["itemWidth=100px"], //style 0 ];
Q: We are now working with Deluxe Menu and can't get our favorite template to link. It is the one you call animated-icons The example you gave has no links, but when we try to add links to it (in the 2nd parameter of any menu item), NOTHING happens. It's not a broken link, it just wont do ANYTHING.