- Submenus automatically scrolls - Personal CSS styles for separate menu elements - Relative/Absolute menu position - Transition #14 - "fade out" effect - Keyboard navigation - press Ctrl+F2 to enter the top menu - Cross-frame support - menus work on frameset-based pages - Text aligned to left - Inactive/Disabled items
Use images for backgrounds of submenus and items, icons, arrows. Using web images you can create menus completely based on graphics.
Design both horizontal and vertical menus and submenus with any amount of menus on a single page.
Place any HTML code inside the menu item - be it a flash-object, form, picture, or text. This ability lets you to build various menus of any complexity.
Submenus can be shown in 4 ways: - From left to right and also from left to right + upwards. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I'm using the deluxe-tree. On the top of the tree there is a title. When i click onthe title the whole menu collapse. How can i disable this option ? I want to keep the collapse option for the css menu tree when i click on the collapse button but not when i click on the title.
A: Try to set the following parameter: var texpandItemClick=0;
Q: Everything works perfectly on Firefox, nothing works on IE6.
I like the transitional fade of onclick tab data between tabs of this menu, but I don't see anything in Transitional Effect variables to manipulate this.
A: You can set transitional effects in the "Transitional Effects"section in Deluxe Tuner.
//--- Transitional Effects var btransition=24; var btransOptions=""; var btransDuration=300;
Notice that Transitional Effects are supported by IE5.5+ only.