DHTML Tabs

Ingredients

Each demo has the following components:

  1. A tabsystem in the HTML
  2. The JavaScript files

    You must include utils.js before tabs.js. For example:

    <script src="/js/Tabs/src/utils.js" type="text/javascript"></script>
    <script src="/js/Tabs/src/tabs.js" type="text/javascript"></script>
    

    If you put tabs.js before utils.js, it will not work. Do not do this.

  3. A TabParams object that can be modified (to control the global behavior of the tabs).
  4. A CSS file that can be modified

Next in this tutorial:

 

*AnimTree
*Tabs
*GlideMenus
*DragLib