The template emulates Vista OS menu style. To open submenus click on menu items. The appearence of this template is determined by the following parameters:
- The menu have XP Style; Animation effect for subitems - Toggle-mode support. - Items have icons - Menu has a static position and is placed within the table cell
Key features:
- Filters and Transitional effects - Personal CSS styles for separate menu elements - Status string shows item labels - Submenus automatically scrolls - Several menus on one page - Submenus expand/collapse on mouseover - Relative/Absolute menu position - Submenus have a fade effect
When the page is scrolled the menu remains visible. The menu can "float" along one or two coordinate axes. After clicking on menu item selected item becomes highlighted.
There can be as many submenus as necessary. Any submenu in its turn can include different number of columns.
Q: I'm having a difficult time figuring out how to get content into each "tab" for the dhtml tab menus. I see that content can be put into div-tag or frame, but how is it referenced in tab so whensomeone clicks the tab, it shows that content? Is it the link variable in the MenuTuner? Can the content be a separate html page?
A:See in Deluxe Tabs there are two modes:
1. var tabMode=0; You can create only one level of tabs and assign Object Id's of the DIV's to show when you click on the tab.
You can use Object ID as well as Link in both modes. Use the following prefixes within item's link field: "object:" - means that there is object id after it; "link:" - means that there is a link after it. "javascript:" - means that there is a javascript code after it, for example:javascript:alert(\'Hello!\')