- UL/LI items structure - Relative/Absolute menu position - Special JavaScript API for changing javascript menu "on-the-fly" - Several menus on one page - Sound support! - Search feature - add the search area in the menu and type symbols. - Text aligned to left - Image arrows
Tune menu parameters manually or using Deluxe Tuner. Then add several rows of a code within html page - your menu is ready!
Use special JavaScript functions for: Dynamic changing of items (text, link, icons and even individual style!). Making a menu item active/inactive. Addition/removing of items. Changing of visibility of items. Getting the information on any menu, submenu and items. Other tricks.
Opportunity to control the menu from the keyboard.
Cross-frame mode allows you to build full-featured menus on the pages that use frame-based structure. But for all that it's not necessary to insert any additional code into all the pages - just specify some additional parameters of the menu.
Q: Tree menu doesn't display properly in Firefox or IE7. Could you give me advice on how to correct this problem? The menu creates black 'blinds' horizontally across the page. Since IE7 will be rolling out soon I need to get this corrected sometime in the next couple weeks.
A:Try to specify units in "px". var tmenuWidth = "280px"; It's necessary to specify exact value for Mozilla browsers. It helps to position menus correctly.
Q: We are actually very happy with the product compared to the other options available. The code is cleaner and it is easy to use. We would actually like to continue to use your product but our client uses firefox most of the time and if the javascript onmouseover menu won't go over the java applet it isn't going to work. You mention that you will try to fixthe issue. If you can give me a date to when it would be fixed by, I can try to convince our client to wait.
Please let me know as soon as possible.
A: Actually Deluxe Menu v3.2.5 overlap applets in Firefox.
See the attached example. You should set
var useIFRAME=1;
parameter.
Q: I have downloaded your trial version and cannot change the background menu color. Is there a restriction? I am interested in purchasing it.
A:To change the background color you should set the followingparameters:
var menuBackColor="#FCEEB0"; var itemBackColor=["#FCEEB0","#65BDDC"];
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..