DropDown Menu: Vertical List
Table of Contents:
- Introduction
- Text
- Vertical
- Auto-Bullet
- Pre-Bullet
- Images
- RollOvers
- Install
Menu Demo with a Vertical List
Calling the Script
This menu uses the following call to the DropDown Menu script:
buildMenu("v","t","…","3");
The options used here tell the script to render the following menu:
- "v" = horizontal main menu
- "t" = text links for the main menu, no bullets used
- "…" = use a list indicator of (…) which is HTML encoded with (…)
- "3" = select main menu item three for highlighting
Defining the Links
Other than the menu rendering vertically here, the only difference in the coding from that of the 'Text Links' example is in the style sheet. The links are using a background image and extra large borders, all defined by the style sheet.
Quite a drastic change in appearance with just some style sheet coding, don't you think?
[Updated: Sunday, November 18, 2007]
