[TYPO3] Extend TMENU with Onmouseout and onmouseover

Peter Klein peter at umloud.dk
Wed Apr 26 16:55:29 CEST 2006


Hi Matyi. You need a TMENU_LAYERS, not a TMENU..

---
Peter Klein / Umloud Untd.

"Matyi Gábor" <gmatyi at freemail.hu> wrote in message 
news:mailman.7603.1145994177.29768.typo3-english at lists.netfielders.de...
> 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