| 1 |
------------
|
| 2 |
Description
|
| 3 |
------------
|
| 4 |
|
| 5 |
This module displays a horizontal menu in a block under which a submenu appears
|
| 6 |
when an user hovers on an item. If the menu on the current page has a
|
| 7 |
submenu, it's displayed by default, so this module degrades gracefully
|
| 8 |
if Javascript is not present.
|
| 9 |
|
| 10 |
This module is sponsored by <a href="http://koumbit.org">Koumbit.org</a>
|
| 11 |
|
| 12 |
------------
|
| 13 |
Requirements
|
| 14 |
------------
|
| 15 |
|
| 16 |
- Drupal 6.x
|
| 17 |
- core Menu module
|
| 18 |
|
| 19 |
------------
|
| 20 |
Installation
|
| 21 |
------------
|
| 22 |
|
| 23 |
- Copy the entire dynamic_persistent_menu directory into your modules
|
| 24 |
directory (e.g. sites/all/modules) ;
|
| 25 |
- Go to page admin/build/block ;
|
| 26 |
- Click on link "Configure" next to the "Dynamic persistent menu"
|
| 27 |
entry ;
|
| 28 |
- Choose the menu to display with "Menu root" dropdown menu ;
|
| 29 |
- You can choose how long the submenu remains visible after hovering by filling
|
| 30 |
the "Sub-menu timeout" text field ;
|
| 31 |
- Click "Save block" ;
|
| 32 |
- Choose a region for displaying your block (preferably header,
|
| 33 |
content, or other horizontal region) and save changes ;
|
| 34 |
- Click "Save blocks".
|
| 35 |
- You may have to modify your CSS to tweak the display.
|