[TYPO3-german] Textmenü mit unterschiedlichen Farben

Stefan Pink sp at kreakom.de
Fri Dec 5 17:29:20 CET 2008


Hallo Andreas

Vielen Dank
Gruß
Stefan

Andreas Burg schrieb:
> Hallo Stefan,
> 
>> ---------------------------
>> Menüpunkt 1 (Farbe rot)
>>    Untermenü zu 1 (Farbe rot)
>>
>> Menüpunkt 2 (Farbe blau)
>>    Untermenü zu 1 (Farbe blau)
>>
>> etc.
>> -----------------------------
> 
> ich hab's mal zur eigenen Übung gemacht. Es geht ziemlich einfach:
> 
> Der Trick ist, dass du auf der 1. Ebene optionSplit auf wrapItemAndSub
> anwendest, und es für die anderen Ebenen wieder zurücksetzt. Ich hab dir
> gleich mal ein Listenmenü erstellt.
> 
> temp.mainnav = HMENU
> temp.mainnav {
>   entryLevel = 0
>   1 = TMENU
>   1 {
>     expAll = 1
>     wrap = <ul id="menu">|</ul>
>     NO = 1
> # optionSplit in next line
>     NO.wrapItemAndSub = <li style="background:red">|</li>||<li
> style="background:yellow">|</li>||<li style="background:green">|</li>
> 
>   }
>   2 < .1
>   2.wrap = <ul>|</ul>
> # no optionSplit and no styling for further levels by next line
>   2.NO.wrapItemAndSub = <li>|</li>
>   3 < .2
>   4 < .2
> }
> 
> Andreas


More information about the TYPO3-german mailing list