bei der TYPO3 Version 6.1 habe ich mit folgendem TS auf jeden Fall ein
absolut erwünschtes Verhalten...
(war auch so bei 4.x ... in 6.0 hatte ich es nicht getestet)

eine Seite außerhalb der rootline bekommt die klasse "no"
eine Seite in der rootline bekommt die klasse "act"
die aktuelle Seite bekommt die Klasse "cur"
eine Seite mit Unterseiten bekommt die klasse "ifsub" zusätzlich


################################################################################
### lib.modul.basicmenu
lib.modul.basicmenu = COA
lib.modul.basicmenu {
  30 = HMENU
  30 {
    1 = TMENU
    1 {
      wrap = <ul>|</ul>
      NO = 1
      NO.allWrap = |
      NO.wrapItemAndSub.insertData = 1
      NO.wrapItemAndSub = <li class="no">|</li>
      IFSUB < .NO
      IFSUB.wrapItemAndSub = <li class="no ifsub">|</li>
      ACT < .NO
      ACT.wrapItemAndSub = <li class="act">|</li>
      ACTIFSUB < .ACT
      ACTIFSUB.wrapItemAndSub = <li class="act ifsub">|</li>
      CUR < .NO
      CUR.doNotLinkIt = 1
      CUR.allWrap = <strong> | </strong>
      CUR.wrapItemAndSub = <li class="cur">|</li>
      CURIFSUB < .CUR
      CURIFSUB.wrapItemAndSub = <li class="cur ifsub">|</li>
    }
  }
}


-- 
image[FORMAT] - Ralf-René Schröder
http://www.image-format.eu ... Wir geben Ihrem Image das richtige Format
_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an