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.. :/

