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

Pierre Rouwens prouwens at infoglobe.ca
Thu Oct 6 00:50:29 CEST 2005


Hi Henrik,

Just search about the split char in the TSref... it's gonna work ;)
Btw search in the mailing list the problem has been already rsolved.

Pierre

Henrik Andersen - OctoVision I/S wrote:
> 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