GlideMenus

The HTML Structure

Menus

The structure is really simple:

Example

<!-- menu frame -->
<div id="productsFrame" class="menuFrame">

    <!-- menu -->
    <div id="products" class="menu">
   
     <!-- menu items (or other random html) -->
        <div><a href="#">Direct Vox</a></div>
        <div><a href="#">Mix Plus</a></div>
        <div><a href="#">EQ Master</a></div>

    </div>
    
</div>

Menu Contents

You can put anything you want inside a menu: Images, lists, tables. Anything.

Next in this tutorial:

 

*AnimTree
*Tabs
*GlideMenus
*DragLib