[Typo3] menu problem [horizontal/vertical mix]

JoH info at cybercraft.de
Fri Jun 10 09:04:27 CEST 2005


> i know how to make to start the menu from the specific level [to show
> only options x.x and below etc.], but i'm wondering if there is any
> way
> to show menus only from the specific id number - for example - only a
> branch of options starting from the page with id=1 etc.
>
> is it possible? i know, i can hardcode it into the template, but don't
> want to, it should be dynamic, generated with typo3, depending on the
> site structure, not the template file.

Use something like this for the first level menu:

NO {
 wrapItemAndSub = <div class="menubox">|</div>
    ...
    blah
    ...
}
And then float this with CSS.

or

wrap <table><tr>|</tr></table>
NO {
 wrapItemAndSub = <td>|</td>
   ...
    blah
    ...
}
If you don't want to hassle with browsers having problems with floated divs.

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your knob sometimes!)
Dieter Nuhr, German comedian
openBC: http://www.openbc.com/go/invuid/Jo_Hasenau





More information about the TYPO3-english mailing list