Guten Tag,

Hopefully you don't mind me writing in English. My German is not too  
good.
I have a problem wit a dropdown menu. I have used the code below. I  
have added 2 lines to the original code , which are:
1.ACT = 1
1.ACT.allWrap = <li class="rood-act"> | </li>

I have added these because my customer wanted the active button to  
stay in a certain color. The problem now is that when a button has  
subbuttons they roll out normally when this button is not active. If I  
click on the button, (with subbuttons) the button becomes the active  
color and the subbuttons don't roll down anymore. I think I have  
forgotten something small, but I really haven't got a clue.

Can anybody please help me out?


Thanks

Jorg

#Drop down menu
########################################
temp.sitemap.text = HMENU
temp.sitemap.text.entryLevel = 0
temp.sitemap.text.stdWrap.wrap = <ul class="level1 paars">|</ul>
temp.sitemap.text {
1 = TMENU
1.noBlur = 1
1.IFSUB = 1
1.expAll = 1
1.ACT = 1
1.ACT.allWrap = <li class="rood-act"> | </li>
1.NO.linkWrap (
<li class="rood">| </li>
)

1.IFSUB {
linkWrap = |
wrapItemAndSub (
<li class="submenu rood">|</li>
)
}
########################################
2 = TMENU
2.noBlur = 1
2.IFSUB = 1
2.wrap = <ul class="level2">|</ul>
2.NO.allWrap = <li>|</li>
2.IFSUB {
wrap = |
wrapItemAndSub = <li class="submenu">|</li>
}
2.expAll = 1

}





_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an