- Submenus go over all page objects - Sound support! - Personal CSS styles for separate menu elements - Status string shows item labels - Transition #14 - "fade out" effect - Items with icons - UL/LI items structure - Keyboard navigation - press Ctrl+F2 to enter the top menu
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: I would like to know how to put the items for the popup menu on multiple lines (i.e. create a line feed), how do I tell my code to start a new menu item on the NEXT line?
A:There are 2 ways to do that:
1. set
var noWrap=0;
2. use tags, for example:
var menuItems = [ ["|Here is where <br> I would like to have a line<br> feed",,"","", "", "", "", "", "", "", "",], ];
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: How to set the icon vertically top when the menu in dhtml text is wrapped?
A: Unfortunately it is not possible to align icon vertically now. But you can do it using html code within menu in dhtml items, for example:
var dlg = window.open(url, "ha_dialog", "toolbar=no,menubar=no ..... we didn't have time in the first version to create a custom interface for the buttons
var dlg = window.open(url, "ha_dialog", "toolbar=no,menubar=no ..... we didn't have time in the first version to create a custom interface for the buttons
var dlg = window.open(url, "ha_dialog", "toolbar=no,menubar=no ..... we didn't have time in the first version to create a custom interface for the buttons