| 1 |
-----------------------------------------------------------
|
| 2 |
S/P Magic Menus for Drupal
|
| 3 |
by Jeff Robbins
|
| 4 |
jeff -/a@t\- lullabot.com
|
| 5 |
|
| 6 |
Description: ----------------------------------------------
|
| 7 |
This module creates DHTML/AJAX menu blocks in three different styles:
|
| 8 |
1) Expandable - uses Scriptaculous' sliding blind animations to allow dynamic viewing of submenu items.
|
| 9 |
2) Floating Absolute - pulls the block out of the page flow and styles it appropriately. The menu can be dragged anywhere on the page and will remain there as you move from page to page.
|
| 10 |
3) Floating Fixed - is the same as absolute, but the block does not scroll with the page.
|
| 11 |
|
| 12 |
Please note that these menu blocks are *completely* backward compatible with non-javascript browsers. The only trade off is that all submenu items will be expanded.
|
| 13 |
|
| 14 |
This module REQUIRES the S/P Ajax module.
|
| 15 |
|
| 16 |
Installation: ---------------------------------------------
|
| 17 |
|
| 18 |
1) Place the directory containing this document in your Drupal modules directory.
|
| 19 |
|
| 20 |
2) Enable this module at admin/modules
|
| 21 |
|
| 22 |
3) Go to admin/settings/spajax/magicmenus to set up.
|
| 23 |
You will need to expand all of the submenus of any menus for which you would like to affect. These menus should show up at the bottom of the settings form with a message if they have submenu items that are not expanded. Click the link and all submenus will be set to "expanded".
|