[TYPO3-english] GMENU_LAYER and 4.6

Alexander Dick alex at dick.at
Thu Nov 17 08:53:06 CET 2011


On Thu, 17 Nov 2011 11:13:51 +0800, Gideon So wrote:
> Dear All,
>
> 	My GMENU_LAYER has been working great since a long time ago. A few 
> days
> ago, I upgrade my TYPO3 source to 4.6, then the GMENU_LAYER no long
> works as expected. It runs to the top left corner of my browser. Here 
> is
> my TS:
>
> ## Menu [Begin]
>
> lib.menu = HMENU
> lib.menu.entryLevel = 0
>
>
> ## First Level Menu
>
>  lib.menu.1 = GMENU_LAYERS
>  lib.menu.1.maxItems = 6
>  lib.menu.1 {
> RO = 1
> ACT = 1
> wrap=<table cellspacing="0" cellpadding="0"><tr>|</tr></table>
> layerStyle = position:absolute;left:0px;VISIBILITY:hidden;
> xPosOffset = -240
> topOffset = 25
> lockPosition = y
> expAll=1
> dontFollowMouse=0
> hideMenuWhenNotOver=20
> relativeToTriggerItem = 1
>   NO {
>           wrap=<td>|</td>
>           XY = 115,25
>           backColor = #343f9b
>           10 = TEXT
>           10.text.field = title
>           10.fontFile = fileadmin/templates/fonts/FZH4B.TTF
>           10.fontColor = #FFFF00
>           10.fontSize = 16
>           10.offset = 0,18
>           10.align = center
>           10.niceText = 1
>           }
>
>      RO {
>           wrap=<td>|</td>
>           XY = 115,25
>           backColor = #FFFF00
>           10 = TEXT
>           10.text.field = title
>           10.fontFile = fileadmin/templates/fonts/FZH4B.TTF
>           10.fontColor = #343f9b
>           10.fontSize = 16
>           10.offset = 0,18
>           10.align = center
>           10.niceText = 1
>           }
>
>    ACT {
>           wrap=<td>|</td>
>           XY = 115,25
>           backColor = #FFFF00
>           10 = TEXT
>           10.text.field = title
>           10.fontFile = fileadmin/templates/fonts/FZH4B.TTF
>           10.fontColor = #343f9b
>           10.fontSize = 16
>           10.offset = 0,18
>           10.align = center
>           10.niceText = 1
>           }
> }
>
> 	Anybody can give me a clue??
>
> Gideon So
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

How does the generated output look? (HTML)
It seems more like a CSS issue to me.

Is the parent container positioned? (position relative or absolute)
If there is no positioned parent container, the element naturally 
sticks to the browser window.

Regards
Alex


More information about the TYPO3-english mailing list