[TYPO3-english] GMENU_LAYER and 4.6

Gideon So gideonso at livingwater.org.hk
Thu Nov 17 04:13:51 CET 2011


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


More information about the TYPO3-english mailing list