Is it possible to use the milonic menu as an accordion style menu? It'll need to run inline and push other items down the page, but I'd like to stick with milonic since we are already using a milonic drop-down menu elsewhere on the page.
[ search help: accordion / accordian ]
Accordion Style?
-
- Beginner
- Posts: 4
- Joined: Thu Jan 08, 2004 9:03 pm
Accordion Style Menu...
There's actually not that much to it:
1) You'd need to be able to set a menu inline vertically.
2) You would have your root menu always visible, and when you click on an item, the submenu for that item would disply right underneath that item, pushing the rest of the root items, along with whatever else is on the page, down the page.
That's the gist of it. Of course, there's always much more going on underneath everything. But I don't think it would be too hard to implement in you current system. You'd probably want to add a new Menu parameter like AccordionStyle=True, or ExpandInline, etc.
You'd also have to account for more than one layer deep, which I'd probably want to push out horizontally, but I could see other people who would want to nest the accordion menus (which they could do if you added one of the parameters above).
Here are some examples:
http://www.markme.com/mesh/archives/002303.cfm
http://www.exciteworks.com/dhtml/index1.cfm
Let me know if you'd like me to do anything else, test or whatever...TIA for even considering this->
1) You'd need to be able to set a menu inline vertically.
2) You would have your root menu always visible, and when you click on an item, the submenu for that item would disply right underneath that item, pushing the rest of the root items, along with whatever else is on the page, down the page.
That's the gist of it. Of course, there's always much more going on underneath everything. But I don't think it would be too hard to implement in you current system. You'd probably want to add a new Menu parameter like AccordionStyle=True, or ExpandInline, etc.
You'd also have to account for more than one layer deep, which I'd probably want to push out horizontally, but I could see other people who would want to nest the accordion menus (which they could do if you added one of the parameters above).
Here are some examples:
http://www.markme.com/mesh/archives/002303.cfm
http://www.exciteworks.com/dhtml/index1.cfm
Let me know if you'd like me to do anything else, test or whatever...TIA for even considering this->