[TYPO3] Submenu seperate from mainmenu

M. Diepeveen nooit_of_te_nimmer at hotmail.com
Mon Jul 2 16:16:32 CEST 2007


Hi
I'm looking for a way to create the following menu structure:

<div id="mainMenu">
 <a href="#">Products</a>
 <a href="#">Support</a>
 <a href="#">About us</a>
 <a href="#">Download</a>
</div>

<div id="submenu">

 <div id="submenu_1">
  <a href="1">Product 1</a>
  <a href="2">Product 2</a>
  <a href="3">Product 3</a>
 </div>

 <div id="submenu_2">
  <a href="4">Page 1</a>
  <a href="5">Page 2</a>
  <a href="6">Page 3</a>
</div>

</div>

Where the Submenus are seperated from the mainmenu.
Anybody know how to achieve this?

Thanks ! 




More information about the TYPO3-english mailing list