[TYPO3] GMENU_LAYERS overlay fixed place

Bas van der Togt b.vandertogt at profinit.com
Thu Apr 6 23:08:54 CEST 2006


Hello all!

I made a horizontal menu with 5 static tabs.
If you roll-over you can see a GEMENU_LAYER menu.
the problem is that i want to show this menu over the left menu. (the 
first tab is working how i want it)
Now all the submenu's are showing below the tabs. Does anybody know
how to fix this?

The site: http://www.wolfsstyle.com/index.php?id=201

my code now:

# Menu Top Level 1
temp.MenuTop = HMENU
temp.MenuTop.entryLevel = 0
temp.MenuTop.1 = GMENU_LAYERS
temp.MenuTop.1 {
   expAll = 1
   hideMenuWhenNotOver = 1
   hideMenuTimer = 5
   relativeToTriggerItem = 1
   leftOffset = 0
   topOffset = 61
   wrap = <table cellspacing="0" cellpadding="0" 
border="0"><tr>|</tr></table>
   freezeMouseover = 0
     NO {
     allWrap = <td>|</td>
     imgParams = id="img-organisatie" || id="img-producten" || 
id="img-diensten" || id="img-markten" || id="img-contact"
     XY = 116,31
     5 = IMAGE
     5.file = fileadmin/templates/images/organisatie.gif || 
fileadmin/templates/images/producten.gif || 
fileadmin/templates/images/diensten.gif || 
fileadmin/templates/images/markten.gif || 
fileadmin/templates/images/contact.gif
     5.width = 116
     5.height = 31
     }
}

# Menu Top Level 2
temp.MenuTop.2 = GMENU_LAYERS
temp.MenuTop.2.NO {
   wrap = <table border="0" cellspacing="0" 
cellpadding="0"><tr><td>|</td></tr><tr><td bgcolor="#FFFFFF" 
height="1"></td></tr></table>
   XY = 183,20
   backColor = #B8B8B8
   10 = TEXT
   10.text.field = title
   10.fontColor = #FFFFFF
   10.fontFile = t3lib/fonts/vera.ttf
   10.niceText = 1
   10.offset = 10,15
   10.fontSize = 10
}

Cheers,
Bas



More information about the TYPO3-english mailing list