| Navigation - Menu |
Tornado Menu Navigation offers a variety of formats - Basic, Buttons, Popup and Tabs. Data feed for the menus can be either in-line or from file. Colors and styles of the menu are pre-programmed to sync with the 30+ Skin styles. MouseOver image and sound are supported.
Basic Menus
The following example illustrates several common types of Basic and PopUp menus.
|
<!--T_Menu_1a.aspx-->
<script language="VB" runat="server"> |
PopUp Menus
|
<!--T_Menu_1b.aspx-->
<script language="VB" runat="server"> |
Multi-Rows Tab Menu
In order to work with a menu, a FRAME is usually needed. A special type of Tab menu is implemented to include the IFRAME such that only ONE file is needed and no FRAME programming is needed. Compare to normal one row of tabs, the Tornado Tab Menus supports multiple rows.
|
<!--T_Menu_2.aspx-->
<script language='vb' runat='server'> |