- Text aligned to left - Personal CSS styles for separate menu elements - Visible over select boxes, iframes, pdf, flash, Java applets. - Submenus dropdown on mouseover - Top items and submenus have a shadow - Keyboard navigation - press Ctrl+F2 to enter the top menu - AJAX menu loading - loads web menu data from the server "on-the-fly". - Submenus go over all page objects
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.
And on your html page you should create DIV's with such ID. <div id="contentName" style="height: 0%; visibility: hidden;" class="tabPage"> <br><br><br> <p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p>
<br><br><br>
You should paste your content here!!!!! </div>
You can paste any code within DIV's (PHP, Javascript ...)
Q: I am using the tree menu script in a frameset, and I would like for the selected menu branch to stay highlighted after the user moves the mouse to another window(where the menu brings up a new page),just so the user knows where he/she is. Is that possible?
A:But if you open links in the another frame (window) the initial frame with your menu isnot reloaded, so the clicked item will be highlighted. You should set the following parameters: var ttoggleMode=1; var tpressedFontColor="#AAAAAA";
You can also set the following parameter to save menu state: var tsaveState=1; var tsavePrefix="menu1";
If you install the menu without frames. On your pages you should call the following function/functions to expand/highlight items, for example: