[TYPO3-english] TMENU_LAYERS: second level menus don't disappear

Sergey Alexandrov serg at alexandrov.us
Sat Sep 18 02:13:12 CEST 2010


Guys, 

 

Weird issue: the second level menus don't disappear on mouseout. Very simple
script:

 

temp.topmenu = HMENU

temp.topmenu {

  1 = TMENU_LAYERS

  1 {

    begin = 1 

    expAll=1

    wrap = <table border="0" cellpadding="0" cellspacing="0"
class="tmenu"><tr>|</tr></table>

    relativeToTriggerItem = 1

    relativeToTriggerItem.addHeight = 1


    displayActiveOnLoad = 0

    freezeMouseover = 1

    hideMenuWhenNotOver = 3

    topOffset = 8

    NO.allWrap = <td class="level1">|</td>

  }

  2 = TMENU

  2 {

    wrap = <table class="level2" border="0" cellpadding="0"
cellspacing="0">|</table>

    NO.allWrap = <tr><td class="level2">|</td></tr>

  }

}

 

Example is there: http://gpee.delphinc.com (TYPO3 4.3.4, Firefox 3.6.10,
IE8, Safari 5.0.2). Tried DIV wrapping as well - the same issue :( Any clue?

 

Thank you.

 



More information about the TYPO3-english mailing list