MenuManager problems
Posted: Sun Mar 11, 2007 12:58 pm
I'm making a site with one menu over two areas. e.g a main menu with hierarchy 1.x.y
then the other area (submenu) with hierarchy x.1.y. I have tried and tried to do this with the menumanager.
the problem is getting only the submenu items when the mainmenu element is active.
right now i can only get -all- the second level hierarchy elements in the submenu..
here is an html example to better explain what i mean:
anyone got a suggestion as of how i should solve this problem?
the alternative is to rewrite 500 lines with css and html, an area where i am no expert.. :/
then the other area (submenu) with hierarchy x.1.y. I have tried and tried to do this with the menumanager.
the problem is getting only the submenu items when the mainmenu element is active.
right now i can only get -all- the second level hierarchy elements in the submenu..
here is an html example to better explain what i mean:
Code: Select all
<div class="menu">
----location of main menu----
</div>
<br />
<div class="submeny">
----location of submenu----
</div>
the alternative is to rewrite 500 lines with css and html, an area where i am no expert.. :/