[TYPO3] Extend TMENU with Onmouseout and onmouseover

Matyi Gábor gmatyi at freemail.hu
Tue Apr 25 21:42:53 CEST 2006


hi,

I made my menu with this typoscript.

temp.navigation = HMENU
temp.navigation.entryLevel = 0
temp.navigation.1 = TMENU
temp.navigation.1{
  NO {
    linkWrap= <td class="menu-produkte" style="color: #FFFFFF;">
    RO = 1
  }

  ACT < .NO
  ACT {
    linkWrap= <td class="menu-produkte-act" style="background-color: 
#D7D9F3;">
  }
  ACT = 1
}


and this generate these:

<td class="menu-produkte" style="color: #FFFFFF;"><a href="product" 
onfocus="blurLink(this);">product</a>

My ask, how you have to extend the typoscript, that I should get this.

<td class="menu-produkte" style="color: #FFFFFF;"><a href="product" 
onfocus="blurLink(this);" onmouseover="GL_doTop('fc3d3d', 'Menufc3d3d0');" 
onmouseout="GL_stopMove('fc3d3d');GL_resetAll(&quot;fc3d3d&quot;);">Product</a>

Thanks.

Gabor Matyi



More information about the TYPO3-english mailing list