[TYPO3] How do I make a dropdown menu?

Brian Bendtsen nightowl at galnet.dk
Thu Mar 8 11:12:52 CET 2007


Hi

Im trying to make a dropdown menu.

All I have so far is something I found when searching on the subject:

#DropDown menu 1
lib.dropdown1 = HMENU
lib.dropdown1.entryLevel = 2
# First level menu-object, textual
lib.dropdown1.1 = TMENU
lib.dropdown1.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" selected="selected"> | </option>
    ACT.stdWrap.htmlSpecialChars = 1
wrap = <select> | </select>
}

The select is filled with the menu items, but fails to go to another 
page when I choose an option. What am I missing?

/Brian Bendtsen


More information about the TYPO3-english mailing list