[Typo3] expanding tmenu to 2 levels

Jane Larsen noesgard at gmail.com
Fri Jul 29 15:44:32 CEST 2005


I think I'll have to work some more on this, the provided example
doesn't show at all...

On 7/29/05, Tyler Kraft <headhunterxiii at yahoo.ca> wrote:
> try this.  with good styleing in your css this is all you need.
> 
> sidenav = COA
> sidenav {
>         10 = HMENU
>         10.entryLevel = 0
>         10.wrap = <ul id="sidenav">|</ul>   # wrap whole menu
>         10.1 = TMENU
>         10.1.begin=4
>         10.1.noBlur = 1
>         10.1.expAll = 1
>         10.1.NO {
>                 wrapItemAndSub = <li>|</li>  # wrap 1st level items
>         }
> 
>         10.2 = TMENU
>         10.2.wrap = <ul>|</ul>      # wrap second menu
>         10.2.noBlur = 1
>         10.2.NO {
>                 wrapItemAndSub = <li>|</li>  # wrap second level menu items
>         }
> }
> 
> 
> 
> gives this:
> 
> 
> <ul id="sidenav">
>         <li><a href="#">...</a></li>
>         <li><a href="#">...</a></li>
>         <li><a href="#">...</a>
>                 <ul>
>                 <li><a href="#">...</a></li>
>                 <li><a href="#">...</a></li>
>                 <li><a href="#">...</a></li>
>                 <li><a href="#">...</a></li>
>                 <li><a href="#">...</a></li>
>                 <li><a href="#">...</a></li>
>                 <li><a href="#">...</a></li>
>                 </ul>
>                 </li>
>         <li><a href="#">...</a>
>                 <ul>
>                 <li><a href="#">...</a></li>
>                 </ul>
>                 </li>
>         <li><a href="#">...</a></li>
>         <li><a href="#">...</a></li>
>         <li><a href="#">...</a>
>                 <ul>
>                 <li><a href="#">...</a></li>
>                 </ul>
>                 </li>
> </ul>
> 
> Jane Larsen wrote:
> > Geehh, not so easy... been trying to get that working in another case...
> >
> > But is it impossible to create a text based menu with a "drop down",
> > using div, css etc.?
> >
> > On 7/29/05, Francois Suter <fsuter at cobweb.ch> wrote:
> >
> >>Hi,
> >>
> >>
> >>>Something along the lines of this:
> >>>
> >>>http://www.tanfa.co.uk/css/examples/menu/hs7.asp
> >>
> >>This calls for a JSMENU. You should look at this tutorial:
> >>
> >>http://www.mcuniverse.com/Horizontal_Multilevel_Dropdown_Me.1766.0.html
> >>
> >>HTH
> >>
> >>François Suter
> >>Directeur technique
> >>-----------------------------------------------------
> >>Cobweb Development Sàrl
> >>www.cobweb.ch
> >>-----------------------------------------------------
> >>_______________________________________________
> >>Typo3-english mailing list
> >>Typo3-english at lists.netfielders.de
> >>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> >>
> _______________________________________________
> Typo3-english mailing list
> Typo3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>



More information about the TYPO3-english mailing list