[Typo3-UG Dutch] Horzintaal menu

Arco arco at appeltaart.mine.nu
Thu Feb 10 23:29:06 CET 2005


Paul Maas wrote ..
> Hoi, kan iemand me aub uitleggen of en hoe het mogelijk is om een
> horizontaal drop down menu te maken met typo3?
>  
> gr paul
>  
> PS: Mischien is het een goed idee om een nederlands typo3 portal op te
> zetten met allerlei codes en artikelen in het nederlands?

Ikzelf gebruik CSS dropdown menu's zodat je alleen maar unordered lists nodig hebt.

Template:
######### MAIN MENU
# Html template:
# <div id="nav"><!-- ###MENU#### --></div>
menu.10 = HMENU
menu.10.wrap = <ul>|</ul>
menu.10.1 = TMENU
menu.10.1.expAll=1
menu.10.1.noBlur=1
menu.10.1.NO {
  allWrap = <li>|</li>
}
menu.10.1.ACT < menu.10.1.NO
menu.10.1.ACT = 1
menu.10.1.ACT {
  allWrap = <li id='active'>|</li>
}

#######################Meerlagen menu of dropdown
######### MAIN MENU
# Html template:
# <!-- ###MENU#### -->
menu.10 = HMENU
menu.10.wrap = <div id="nav"><ul>|</ul></div>
menu.10.1 = TMENU
#menu.10.1.expAll=1
menu.10.1.noBlur=1
menu.10.1.NO.wrapItemAndSub = <li>|</li>
menu.10.1.ACTIFSUB < menu.10.1.NO
menu.10.1.ACTIFSUB = 1
menu.10.1.ACTIFSUB.wrapItemAndSub = <li class='active'>|</li>

menu.10.2 = TMENU
menu.10.2.expAll=1
menu.10.2.noBlur=1
menu.10.2.NO.allWrap = <li class="sub">|</li>
menu.10.2.ACT < menu.10.2.NO
menu.10.2.ACT = 1
menu.10.2.ACT.allWrap = <li class='sub'>|</li>
} 

de rest komt uit de style sheet.

Voorbeelden:
http://test.appeltaart.mine.nu/a/ (geen actieve typo3 meer, maar wel drop down)
http://test.appeltaart.mine.nu/d/ (ook alleen pagina met drop down)
http://appeltaart.mine.nu/ (enkel horizontaal menu)

Arco



More information about the TYPO3-UG-dutch mailing list