

With this code you can create a TYPO3 TMENU_LAYER Menu
This code is needed to include the TMENU_LAYERS script in your page.
page.includeLibs.tmenu_layers = media/scripts/tmenu_layers.php
And this is the Menu CODE
temp.tmenulayers= HMENU temp.tmenulayers { 1 = TMENU_LAYERS 1 { wrap=<table><tr>|</tr></table> layerStyle =position:absolute;VISIBILITY:hidden;border: 1px solid #A4E6AF; background: #ffffff; lockPosition = y hideMenuWhenNotOver = 1 hideMenuTimer=250 expAll=1 leftOffset = 5 topOffset =15 relativeToTriggerItem = 1 NO { allWrap=<td>| </td> } } 2 = TMENU 2.NO { allWrap=|<br> } }
Click here to see what it looks like
More Information can be found on the TSREF




for several years I used this snippet (modified) for my sites.
Unfortunately the example (cliking over "Click here to see what it looks like") at the new page, using internet explorer 9 have some problems.
Roll overing the menus below appears the TMENU (2nd level) and when I attempt to select any item the container disappears
:-(
In another situation I used two TMENU_LAYERS in cascade and for the 3rd menu the object TMENU. The 3rd menu object doesn't disappear when the mouse goes over.
I love TYPO3 but TMENU_LAYERS seems to be very problematic and unusable.
Add comment