Ticket #654 (closed todo: done)
Create CSS 3rd-level menus for navigation menu
| Reported by: | bjmr | Owned by: | ichthyo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Website | Keywords: | css, web, website, menu, nav, staging |
| Cc: | Blocked By: | #752 | |
| Blocking: |
Description
Currently, the menus on the staging site use an xhtml/css combo to create the toggling/collapsible menus with the + sign next to them.
For subdirectories in the /documentation menu, their should be an additional collapsing menu that is essentially similar to the main nav level, but should match the styling of the sub-menu.
Use a '+' floated to the right, with the link-text being the link, and the css box being the toggle activator (see current code).
Change History
comment:1 Changed 12 months ago by ichthyo
- Owner changed from bjmr to ichthyo
- Status changed from new to accepted
- Blocked By 752 added
comment:2 Changed 12 months ago by ichthyo
- Status changed from accepted to closed
- Resolution set to done
the new menugen.py script now generates a structure with arbitrary deep nestnig. Currently, 6 levels are marked in CSS with increasing indentation. Most properties are configurable via CSS.
The actuall CSS needs more love -- but that's another story alltogether....

basically addressing that now, together with the menu generation #752