[TYPO3] definition lists and menus
Christopher Torgalson
bedlamhotel at gmail.com
Sat Nov 11 19:11:13 CET 2006
Hi,
On 11/11/06, Mads M. Hansen <madsmh at gmail.com> wrote:
> HI Christopher, thanks for your reply.
>
> The reason for the separate definition lists is that each dl is is floated
> to produce the menu on this page
> http://mads.eccentric.dk/eccentric/template.html
>
That makes sense I guess. To do that, set the TS up this way instead:
lib.navigation = HMENU
lib.navigation {
1 = TMENU
1 {
noBlur = 1
expAll = 1
NO = 1
NO {
linkWrap = <dl><dt>|</dt>
}
}
2 = TMENU
2 {
wrap = <dd><ul>|</ul></dd></dl>
noBlur = 1
NO = 1
NO {
wrapItemAndSub = <li>|</li>
}
}
}
---
Christopher Torgalson
More information about the TYPO3-english
mailing list