arav3n-dropdown
v1.0.1
Published
Dropdown menu functionality using a <ul>
Downloads
1
Readme
Dropdown Menu
By Andy Ryan
Description
This package adds functionality for a dropdown menu utilizing ul elements.
Useage
To successfully use this module you'll want to place all your menu items into a ul as li elements. The main list should have the id of menu. The heading of the dropdown menu should also be an li element and should have the class of dropdown. The dropdown li should then contain the heading text followed by a ul containing all the desired menu items for the dropdown list.