[TYPO3-english] Roll over RO does not work
Kim Holberg Andersen
kim at crewcut.dk
Sat Nov 12 01:35:02 CET 2011
Hi,
I have a menu with small underlines in different colors. I like to show
these underlines with roll over effect, but this will not work. The
lines show up with ACT status.
NO status shows no line, just an empty png from ressource field of the
page (set with listNum = 0)
ACT shows up from a png with the line (set with listNum = 1)
And i thought RO could do the same.
my code:
31 = HMENU
31.entryLevel = 0
31.1 = TMENU
31.1 {
noBlur = 1
NO = 1
NO {
allWrap = <div class="menu_item_line">|</div>
beforeImgLink = 1
doNotShowLink = 1
beforeImg {
import = uploads/media/
import.field = media
import.listNum = 0
}
}
RO < .NO
RO.beforeImg.import.listNum = 1
RO = 1
ACT < .NO
ACT.beforeImg.import.listNum = 1
ACT = 1
}
Can anyone see what i do wrong?
Kind regards,
Kim Holberg Andersen
More information about the TYPO3-english
mailing list