|
Development & Design -
Menus
|
|
Written by Alejo
|
|
Thursday, 27 April 2006 |
|
This is a simple Joomla! module that will display the menu and submenus in an unordered list format.
How it works: When a menu item is clicked, it will check if there is a sublevel (children menu items) and display it. This goes on recursively. Each level of the menu will appear in its own unordered list.
CSS Features: Each menu level will be assigned a unique CSS id so that you can style it in CSS. The unique id is generated by combining the CSS base name with an integer starting from 1 for the top most level. Example: If your CSS base name is "menulevel", then the top most menu level will be "menulevel1", follow by "menulevel2", "menulevel3", and so on. The active menu item (including its parent menu items) is assigned a CSS class of active_menu.
Download | Homepage | Demo |