back to homepage

More Info

dHTML Drop-down Menu v2.90

Back to Homepage



There is a new drop-down menu tutorial at:
http://www.aspandjavascript.co.uk/
javascript/drop_down_menu_tutorial_version_2/

click here to go to the new tutorial

Unfortunately, support can no longer be offered for this code

The Sample Files

The files are (use the links to find out what each file does and how to edit them):

  • drop-down.html
    This is the main example file. [find out more]
  • menu_code.js
    The main functions that make up the system. [find out more]
  • util.js
    A suite of utility functions used by much of the code I write. These functions are used to show, hide and move layers, find image co-ordinates etc. [find out more]
  • menu_settings.js
    This file initialises and sets the global variables used in the system. [find out more]
  • standard.css
    A stylesheet that governs the visual presentation of the system. [find out more]
  • menu1.js
    Defines the drop-down menu headings at the top of the page. [find out more]
  • menu2.js
    Defines the headings for the side menu. [find out more]
  • submenus.js
    Defines all the sub-menus. [find out more]
  • images
    A folder containing all the images and bullet points used in the example page.