I'd like to make a menu like this one http://qrayg.com/learn/code/cssmenus/ with drop downs to show sub=pages. Is it possible to make any of the menus so that they have a nested output of whole page structure.
What I think I need to have as a output is something like:
<ul> <li>... <ul> <li>...</li> <li>...</li> etc. </ul></li> <li>... <ul> <li>...</li> <li>...</li> etc. </ul></li> etc </ul>
Thanks Makaron I am now looking at V2.1 but can only see the sub pages for the selected page. For a 'full site' dynamic menu need to see the <ul><li> etc code for the whole site. A bit like the sitemap I supppose. Is this possible?