[TYPO3] Problem in menu

Mauro Lorenzutti mauro.lorenzutti at webformat.com
Mon Feb 28 11:26:36 CET 2005


Hi Reena,

R> I want to implement horizontal menu and vertical menu for my side something
R> similar to this: http://www.aures-finanz.de/ .

R>  I have successfully implemented horizontal menu but could not succeed in
R> getting left side submenu items.

R> Could anybody help me out in solving this problem.

You can do something like this:

# Menu 1 cObject
temp.menu_1 = HMENU
 # First level menu-object, textual
temp.menu_1.1 = TMENU
temp.menu_1.1 {
    # Normal state properties
  NO.allWrap = <span class="link">|</span>
  # Enable active state and set properties:
  ACT = 1
  ACT.allWrap = <span class="linkOver">|</span>
}
  # Second level menu-object, textual
temp.menu_2 = HMENU
temp.menu_2.entryLevel = 1
temp.menu_2.1 = TMENU
temp.menu_2.1 {
    # Normal state properties
  NO.allWrap = <div class="linkColSX"> | </div>
    # Enable active state and set properties:
  ACT = 1
  ACT.allWrap = <div class="linkColSXOver"> | </div>
}

And after you can place the two separated menu where you want.
I hope this can help you :-)

Cordiali saluti,
 Mauro

e-mail:  mauro.lorenzutti at webformat.com

---------------------------------------------------------
WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN
     Tel +39-0427-926.389  --  Fax +39-0427-927.653
       info at webformat.com  --  www.webformat.com
---------------------------------------------------------





More information about the TYPO3-english mailing list