


With this code you can create a TYPO3 GLAYER Menu
This code is needed to include the GMENU_LAYERS script in your page.
page.includeLibs.gmenu_layers = media/scripts/gmenu_layers.php
And this is the Menu CODE
temp.gmenulayers= HMENU temp.gmenulayers { 1 = GMENU_LAYERS 1 { wrap=<table cellspacing="0" cellpadding="0"><tr>|</tr></table> layerStyle =position:absolute;VISIBILITY:hidden; background:#EDFAF0; border: 1px solid #A4E6AF; xPosOffset = -30 lockPosition = y expAll=1 leftOffset = 15 topOffset = 30 hideMenuWhenNotOver = 1 hideMenuTimer=250 relativeToTriggerItem = 1 NO { wrap=<td>|</td> backColor = #A4E6AF XY = 130, 30 10 = TEXT 10.text.field = title 10.offset = 5,15 20=TEXT 20.text=Powered by Typo3wizard.com 20.fontSize=7 20.offset=10,27 } } 2 = GMENU 2.expAll=1 2.NO { wrap=|<br> backColor = #F4FCF6 XY = [10.w]+10, 14 10 = TEXT 10.text.field = title 10.offset = 5,10 } }
Click here to see what it looks like
More Information can be found on the TSREF


Comments (1)