- Cross-frame support - menus work on frameset-based pages - Visible over select boxes, iframes, pdf, flash, Java applets. - Sound support! - AJAX menu loading - loads web menu data from the server "on-the-fly". - 85% transparency for sub menus - Special JavaScript API for changing javascript menu "on-the-fly" - Personal CSS styles for separate menu elements - UL/LI items structure
Setup menu parameters manually or using De Luxe Tuner. Then add some rows of a code within html page code and your menu is ready!
Use special Java Script methods for: Dynamic changing of items (link, text, icons, arrows and even individual style!). Addition/removing of items or submenus. Disabling and enabling menu items. Getting the info on every submenu, menu, and items. Changing appearance of items. Other coding tricks.
Cross-frame mode lets you to construct full-featured dhtml menus on the pages with frames. But for all that frame set it's not necessary to insert any additional code into all the pages - just specify several extra menu parameters.
Ability to handle the menu from the keyboard via keystrokes.
Q: Sometime the first tab in css tab menu stay selected etc..
A:You should check the following parameter
var bselectedItem=1; This parameter sets the selected tab.
You can set it var bselectedItem=-2;
Q: I need your help. I built a menu with your software, and I followed all your instructions on placing it on my web page, but it's not working. The drop down menu in javascript will not go into its table cell. I have a flash banner in the cell above it, and the menu seems to be behind that banner, but the menu is not even inside the table.
I also tried placing the drop down menu in javascript on another page where I do not have a flash banner, but it doesn't show up at all.
A:You've set absolute position for the drop down menu in javascript var absolutePos=1; var posX="100px"; var posY="200px";
You should set:
var absolutePos=0; var posX="0px"; var posY="0px";
Q: On the home page, when using Opera, and I have a report from a user who viewed the site with Safari, that the home page dhtml select menu did not work, but the subsequent pages did. I have no problem when using Internet Explorer, and I have not yet tested the site with Firefox. Do you have an idea what may be causing this behavior, and how to fix it?
Dec 19, 2010 ... [2] the menuitem click handler. [3] the SiteController. It should be fairly easy to understand how the example it put together and add your