[TYPO3-english] two column drop down
David Bruchmann
typo3-en at bruchmann-web.de
Sat May 2 12:47:20 CEST 2009
----- Ursprüngliche Nachricht -----
Von: La Farge Douglas <doug at gcnpublishing.com>
Gesendet: Donnerstag, 30. April 2009 21:03:36
An: TYPO3 English <typo3-english at lists.netfielders.de>
CC:
Betreff: [TYPO3-english] two column drop down
> Hi All,
>
> We use tmenu_layers and gmenu_layers to generate navigation.
>
> http://www.oilonline.com as an example.
>
> IS there a way to generate dropdown menus with two columns of links
> rather than the one column as seen in the above example?
>
> A configuration I can't locate with g/tmenu_layers? Another menu
> extension?
>
> thanks in advance,
> doug
>
> -+-+-+-+-+-+-+-+-+-+-+-+-+
> Doug La Farge
> GCN Publishing, Inc.
> 203.665.6211 x209
> 928.699.0663 (cell)
> Internet Software & Services For Today's Media Companies
> www.gcnpublishing.com * www.bg2go.com
>
Hi Doug,
an easy way is to do it by floating divs but it 'sorts' the links like this:
main
| a | b |
| c | d |
This can be done by only changing the CSS.
When you want another sorting like that:
main
| a | c |
| b | d |
you need a special TS for sorting the the links.
Best Regards
David
More information about the TYPO3-english
mailing list