[TYPO3-german] Problem mit Dropdown menu
Jorg Maijen
jorg at naturaldesigns.nl
Tue Mar 3 20:55:53 CET 2009
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
}
More information about the TYPO3-german
mailing list