[TYPO3-english] menu issue

bernd wilke t3ng at pi-phi.tk
Tue Apr 5 00:17:29 CEST 2011


Am Mon, 04 Apr 2011 10:38:15 +0300 schrieb Plamen Petkov:

> Hi,
>  Bernd ,thank you for your reply, but
> The problem is that
> I have different classes for states NO, CUR, ACT and I can't write
> temp.menu.1.wrap.NO = <div class="normal"> | </div>
> temp.menu.1.wrap.CUR = <div class="current"> | </div>

and what about:
NO.wrapItemAndSub = <li> | </li>
ACT < .NO
ACT = 1 
ACT.wrapItemAndSub = <li class="act"> | </li> 
CUR < .ACT
CUR.wrapItemAndSub = <li class="cur"> | </li> 

> I don't have any classes for <li>

don't try to nest all that tags inside without need

 
bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list