- Status string shows item labels - Several menus on one page - Relative/Absolute menu position - Transition #14 - "fade out" effect - Top items and submenus have a shadow - Inactive/Disabled items - Horizontal or vertical orientation - Items with icons
Use a mouse to move a menu as a usual window. Also you can create the menu where each submenu can be "separated" from the menu (MS Office toolbar-like mode).
When the page is scrolled the menu remains visible. The menu can "float" along one or two coordinate axes.
There can be multilevel menus - create as many rows of the menu as necessary. Any submenu in its turn can include different number of columns.
Q: In our application we want to have the drop down menu configured inside IFrame but still visible on the page. Currently the menu slides down inside the iframe, Is this scenario configurable.
A:Deluxe Menu don't work with <IFrame> objects. They work with<frameset> objects only. All they can to do with <IFrame> is to loadpages into it.
Q: I can not figure out how to get the grey separator gif to show up in the navigation bar scripts. Where in the DeluxeTuner do you select that?
A: You should add separators between your items, use "Add separator" button on the mainwidow of Deluxe Tuner.
var separatorVImage="separv1.gif"; var separatorVWidth="1px"; var separatorVHeight="21px";
Notice that I've used my on separator image, you should use your own image.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: Thanks for your reply, I have another question as follow, I find the tree menu just expand one tree item, if I have expanded one tree when I click it, whether I click another tree to expand it's item and the before expanded tree are maintain expanded, I don't want to close it?
A: Use the following parameters:
var tcloseExpanded = 0; - Enables the mode when 1 item only can be expanded. 0 - disabled, 1 - enabled.
var tcloseExpandedXP = 0; - Enables the mode when 1 submenu only can be expanded (XP-style). 0 - disabled, 1 - enabled.
You can also try to set the following parameter:
var texpandItemClick = 1; - 0 - expand items on a [+]-button click only; 1 - expand items on a mouse click.
Javascript / AJAX / DHTML: Animações com bibliotecas jQuery, MooTools, Prototype, etc dentre outros recursos ... Existe um código para esse tipo de menu ?
Tô fazendo uma sequência de diversos tipos de menus CSS drop-down ... Já saiu o primeiro: Menu Horizontal, Sub-Menu Horizontal - Menus CSS 1 ... de Java, |-- Javascript/DHTML, |---- Artigos/tutoriais e dicas de Javascript
Tô fazendo uma sequência de diversos tipos de menus CSS drop-down ... Já saiu o primeiro: Menu Horizontal, Sub-Menu Horizontal - Menus CSS 1 ... de Java, |-- Javascript/DHTML, |---- Artigos/tutoriais e dicas de Javascript
Javascript / AJAX / DHTML: Animações com bibliotecas jQuery, MooTools, Prototype, etc dentre outros recursos ... Existe um código para esse tipo de menu ?
Tô fazendo uma sequência de diversos tipos de menus CSS drop-down ... Já saiu o primeiro: Menu Horizontal, Sub-Menu Horizontal - Menus CSS 1 ... de Java, |-- Javascript/DHTML, |---- Artigos/tutoriais e dicas de Javascript
Javascript / AJAX / DHTML: Animações com bibliotecas jQuery, MooTools, Prototype, etc dentre outros recursos ... Existe um código para esse tipo de menu ?