The main menu is a plugin that build a nested tree navigation menu.
The normal tag you should use:
You can split the menu with the optional min and max arguments:
- min - The starting level (first level is 1)
- max - The end level (without end, use 0)
Here on
pylucid.org homepage you see the main menu on the top, with:
...and the menu on the right, with:
(without any tag arguments you see the complete menu tree)
Every menu item has some CSS anchor you can use:
| .current |
Current page link. |
| .active |
Link in the path back to the root. |
| .first |
First link in the level. |
| .last |
Last link in the same level |
| .level_X |
the level deep number (starts with 0) |
Here is a example how you can use the CSS information:
note: CSS content doesn't work in any IE version!