- AJAX menu loading - loads web menu data from the server "on-the-fly". - Transition #14 - "fade out" effect - Search feature - add the search area in the menu and type symbols. - Inactive/Disabled items - 85% transparency for sub menus - Submenus go over all page objects - Personal CSS styles for separate menu elements - Submenus automatically scrolls
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.
a) I build a menu with an item like this: ["||"Product1","http://127.0.0.1/product1.htm","","","",,"0",],
b) when I select that item, I need that page product1.htm loads into an iFrame.
Can I do this?
A: You should set the Iframe name as the target value in the menuItems. You should also set the following parameter:
var itemTarget = "";
Q: Even with the shadow setting removed -- there's a white space that surrounds the menu. I just can't figure out where the 1px white padding is coming from. I've checked and doubled checked my CSS -- so the problem is within the script with a setting I'm not familiar with.