Refresh my memory. Its been so long since I've messed with this.
If I want to make a drop-down menu I need to disable to menus that I want to use in the drop-downs correct? Then I need to statically place them by name IE <!--System:Menu:Resources-->?
I think the easiest way to do a drop-down is to use the "Embedded" menu commands.
The Whole DKPSystem.com template:
http://www.dkpsystem.com/settings/www/layout.htmlThis is the relevant section:
<!--System:StartEmbedMenus:Right:Menu-->
<a id="menu_<!--Menu:SafeTitle-->" href="javascript:;" onmouseover="dyn_drop_down(this,dge('menucontents_<!--Menu:SafeTitle-->').innerHTML,null,null,true)" onclick="dyn_drop_down(this,dge('menucontents_<!--Menu:SafeTitle-->').innerHTML,null,null,true)"><!--Menu:Title-->▼</a>
<div id="menucontents_<!--Menu:SafeTitle-->" style="display:none">
<div class=menubar_menucontents>
<!--menu:Startitemlist-->
<!--menu:startitem-->
<div class=menulink>
<a href="<!--Menu:Link-->" <!--Menu:popup-->><!--Menu:LinkName--></a>
</div>
<!--Menu:Enditem-->
<!--Menu:EndItemList-->
<div class=menubar_left></div>
<div class=menubar_right></div>
<div class=menubar_bottom></div>
</div>
</div>
<!--System:EndEmbedMenus-->
This will make a drop-down box for all the "Right" menus.