[Typo3] Drop down menu on hand left navigation

Rick - Futuros typo3 at futuros.nl
Wed Aug 3 15:23:20 CEST 2005


reena wrote:
> Hi All,
> 
> I want to create a drop down menu on my left hand  navigation
> Home
>    -> contact us
>    -> about us
> 
> On clicking home the two subitems should appear in dropdown.
> 
> Your help would be highly appreaciated
> 
> Thank You.
> 
> Warm Regards
> Reena Chandel

# mainmenu cObject
lib.mainmenu = HMENU
# First level menu-object, textual
lib.mainmenu.1 = TMENU
lib.mainmenu.1 {
     # Normal state properties
   NO.allWrap = <option> | </option>
   NO.stdWrap.htmlSpecialChars = 1
     # Enable active state and set properties:
   ACT = 1
   ACT.allWrap = <option class="current"> | </option>
   ACT.stdWrap.htmlSpecialChars = 1
wrap = <select> | </select>
}

I haven't tested it. But this should create a dropdown menu.




More information about the TYPO3-english mailing list