> Can someone tell me how to get my rollover to work !?
>
> My menu code in my setup looks like this:
>
> lib.subMenu = HMENU
>
> lib.subMenu.entryLevel = 2
> lib.subMenu.1 = TMENU
>
> lib.subMenu.1 {
> NO.allWrap = <img src="menu.gif"> |
> RO = 1
> RO.allWrap = <img src="menu_over.gif"> |
>
> ACT = 1
> ACT.allWrap = <img src="menu_active.gif"> |
>
> }
>
> But I cant get the RO to respond to anything !?
Well - there is no full RO state for TMENUs since this applies to GMENUs
only.
But you can enable RO as a boolean switch and then apply a certain sets of
TS parameters.
Have a look at beforeImg and beforeROImg here:
http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/8/
HTH
Joey
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english