[TYPO3-dev] Navi HMENU dropdown issue
Thomas Petersen
tp at codem.dk
Wed Sep 18 14:12:06 CEST 2013
Hi
http://www.codem.dk
Im new to TYPO3 TS but i have a menu, thats almost is working.
But i have some issues with it.
- If i select the 2. menu link, a drop down is showed, if i click the link, and try to get the mouseover again, the dropdown is not showed again.
- If i select a link inside the dropmenu in 2. menu link, i get to the page, but now the 2. menu link is black, and is not showed as current/activ link.
Can someone guide me here ?
lib.mainNavi = HMENU
lib.mainNavi.entryLevel=0
lib.mainNavi {
1 = TMENU
1 {
wrap = <ul id="navigation"> | </ul>
#Expane All - 0=NO, 1=YES
expAll = 1
NO.wrapItemAndSub = <li class="drop"> | </li>
NO.stdWrap.wrap = <span>|</span>
RO < .NO
#RO = 1
CUR < .NO
CUR = 1
CUR.allWrap = <li class="current_page_item">|</li>
CUR.stdWrap.wrap = <span>|</span>
IFSUB = 1
IFSUB {
wrapItemAndSub = <li class="drop"> | </li>
stdWrap.wrap = <span>|</span>
}
ACT < .NO
ACT = 1
ACTIFSUB < .IFSUB
}
2 = TMENU
2 {
wrap = <ul> | </ul>
expAll = 1
NO.wrapItemAndSub = <li class="drop"> | </li>
IFSUB = 1
IFSUB {
wrapItemAndSub = <li class="drop"> | </li>
}
}
More information about the TYPO3-dev
mailing list