[TYPO3-english] Positioning GMENU_LAYERS

Scotty C superscotty19 at yahoo.com
Thu Jul 12 08:20:21 CEST 2012


Hi everyone,

This one just makes no sense. In a previous design (ex. http://tinyurl.com/c4sfyen  ) I used GMENU_LAYERS with the following TS and everything worked fine:
   
   subparts.MENU.1 {

        wrap=<table cellpadding="0" cellspacing="0" border="0"><tr>|</tr></table>
        layerStyle = position:absolute;width:100px;VISIBILITY:hidden; 
xPosOffset = 0
    lockPosition = y
    expAll=1
    leftOffset = 0
    topOffset = 95
    hideMenuWhenNotOver = 1
    hideMenuTimer=250
    relativeToTriggerItem = 1

    NO { 
        .....


Now, with a new design ( http://tinyurl.com/764krxy ) and with the same TS ... it don't work! The dropdown sticks to the left side of the window upon resize. 

I've been staring at this code for hours and I'm ready to snap. What am I missing?

Thanks!
-S.


More information about the TYPO3-english mailing list