[TYPO3] Split menu items over 3 columns

Christopher Torgalson bedlamhotel at gmail.com
Tue Nov 7 18:44:07 CET 2006


Hi,

On 11/7/06, Brian Bendtsen <bb at bellevuevej.dk> wrote:
> Hi
>
> I have a page in one of my TYPO3 sites that is split up i 3 columns.
>
> In these columns there are going to be listed some menu items like this:
>
> |Menu item 1|Menu item 4|Menu item 7|
> |Menu item 2|Menu item 5|Menu item 8|
> |Menu item 3|Menu item 6|Menu item 9|
>
> When one column is full next menu item is listed in column 2 etc.
>
> Is there a solution to this or should I just create 3 menus?


You should look into optionSplit [1]. You're going to need to mark up
every first and third item differently (e.g. if each column is a
list--there's no way that I can think of to do this with a
table--you'd wrap the first item with <ul><li>|</li>, the second with
<li>|</li> and the last with <li>|</li></ul>) Have a look in the
archives too [2]; there have been a few good threads about variations
of this idea.


-- 
Christopher Torgalson


[1] http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/3/1/#id2796792
[2] http://lists.netfielders.de/pipermail/typo3-english/



More information about the TYPO3-english mailing list