[TYPO3] Problem in menu

Reena reena at srijan.co.in
Mon Feb 28 12:00:46 CET 2005


Hi Mauro,

Thank you for your quick reply. And it is working fine.

Warm Regards,
Reena


----- Original Message ----- 
From: "Mauro Lorenzutti" <mauro.lorenzutti at webformat.com>
To: "TYPO3 English" <typo3-english at lists.netfielders.de>
Sent: Monday, February 28, 2005 3:56 PM
Subject: Re: [TYPO3] Problem in menu


> 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
> ---------------------------------------------------------
>
>
> _______________________________________________
> Typo3-english mailing list
> Typo3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
> 




More information about the TYPO3-english mailing list