[TYPO3-UG Dutch] rootline/breadcrumbs wrap lukt niet
Patrick Broens
patrick at patrickbroens.nl
Fri Mar 3 20:17:08 CET 2006
Hoi Kees,
Als dit een kopie is van de site van Marlies, dan heeft ze zelf ook een
fout gemaakt. In .NO heb je als child .ACT staan. Deze kan en mag geen
child van .NO zijn maar hoort op dezelfde level te staan. Dus:
NO {
hier je code voor .NO
}
ACT = 1
ACT {
hier je code voor .ACT
}
Patrick Broens
Kees Versteef wrote:
> Van de site van Marlies Cohen, heb ik de TS+CSS voor rootline/breadcrums
> gehaald. Echter krijg het niet voor mekaar deze naar mijn wens te
> 'stylen'. Nu ziet de rootline er zo uit:
>
>> Level1 > level2 > huidige pagina .
>
>
> Al deze zijn links, dus ook de huidige pagina is een link naar zichzelf.
>
> Wat ik wil is teneerste de '>' voor Level1 weghalen, en daarnaast de
> 'huidige pagina' ontdoen van zijn link, en deze tevens bold maken (doen
> we dat in css?).
>
> Kan iemand mij vertellen hoe ik dat precies doe. Dank, Kees
>
> Onder de TS van de breadcrumbs + de css
> -------------------------------TS
> START---------------------------------------------
> #Breads#
> ###############
> marks.ROOTLINE = HMENU
> marks.ROOTLINE {
> special = rootline
> special.range = 0|-1
> 1 = TMENU
> 1 {
> NO {
> allWrap = |*| <span
> class="topnav"> > | </span> |*|
> ACT = 1
> ACT.allWrap = |*| <span
> class="topnav_act"> > | </span> |*|
>
> ATagParams = class = rootline
> 10 = TEXT
> 10.text.field = title
> }
> }
> }
> -------------------------------TS
> END---------------------------------------------
>
> ------------------------------CSS
> START-----------------------------------------
> /*************/
> /* Breadcrumb */
> /*************/
> /* breadcrumb menu */
> .topnav {
> font-family: Arial, Helvetica, sans-serif;
> font-weight: normal;
> font-size:11px;
> padding-top: 0px !important;
> padding: 0px;
> }
> .topnav a:link {
> font-weight: normal;
> text-decoration: none;
> color: #666;
> }
> .topnav a:visited {
> font-weight: normal;
> text-decoration: none;
> color: #666;
> }
> .topnav a:hover {
> font-weight: normal;
> text-decoration: none;
> color: #000;
> }
> .topnav_act a:link {
> font-weight: normal;
> text-decoration: none;
> color: #666;
> }
> .topnav_act a:visited {
> font-weight: normal;
> text-decoration: none;
> color: #666;
> }
> .topnav_act a:hover {
> font-weight: normal;
> text-decoration: none;
> color: #000;
> }
> ------------------------------CSS
> END-----------------------------------------
>
> _________________________________________________________________
> Don’t just search. Find. Check out the new MSN Search!
> http://search.msn.click-url.com/go/onm00200636ave/direct/01/
>
More information about the TYPO3-UG-dutch
mailing list