- Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Text aligned to left - Transition #14 - "fade out" effect - Horizontal or vertical orientation - AJAX menu loading - loads web menu data from the server "on-the-fly". - 85% transparency for sub menus - Filters and Transitional effects - Several menus on one page
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: I have function "confirmLogout()" that it returns true or false. If it is false, the function does not make nothing. If it's true, I need to direct for the page "goout.jsp". How to use this function in the mouseover drop menu?
function confirmLogout() { if(confirm('It really desires to leave? ?')) { return true; } else { return false; } }
A: Actually you can use your own Javascript code instead standard mouseover drop menu links. For example:
var menuItems = [ ["text", "javascript:your_code_here"] ];
or
var menuitems = [ ["<div onClick='your_code_here'>item text</div>", ""] ];
Q: If you use firefox this displays fine, in IE it seems to add cell padding around the bottom & right edge of the dhtml image menu. Cant see it in the code anywhere.
A: Set the following parameter:
var shadowTop=0;
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: We are using Deluxe-menu to create dhtml menubar for our website. This website it will be in three languages, English, French and Spanish. In French version, when we insert "Hébergement" in text box and view it in preview is fine, but in actual webpage the accents not right. The following is screen shot of the menu on preview and webpage, please let me know how we can fix this problem.
A: You should set "Tools/Use UTF8 encode" and create your dhtml menubar.