[Typo3] break up horizontal menu line in to many lines

Henrik Andersen - OctoVision I/S ha at octovision.dk
Wed Oct 5 19:25:33 CEST 2005


Hi all

I have a problem with af horizontal menu that is to wide for the page design. Because of that i would like to be able to brake the "line" at a certain point and make the rest of the menu items appear on the next line.

I have not been able to figure out how to do this. Any help would be appreciated :-)

This is my ts code:

# Top Navigation
subparts.TOPNAV2 = HMENU
subparts.TOPNAV2.entryLevel = 1
subparts.TOPNAV2.1 = TMENU
subparts.TOPNAV2.1 {

wrap = <table border="0" cellspacing="0" cellpadding="0"><tr> | </tr></table>
  NO.allWrap = <td class="td_level2"> | </td>
  NO.stdWrap.htmlSpecialChars = 1
#     Enable active state and set properties:
  ACT = 1
  ACT.stdWrap.htmlSpecialChars = 1
  ACT.allWrap = <td class="td_level2_act"> | </td>

}

 
Regards
 
Henrik Andersen



More information about the TYPO3-english mailing list