[TYPO3-UG Dutch] breadcrumbs: krijg styling niet perfect voor eerste level
Chris Kievid
chris at 3rdmillennium.nl
Tue Mar 7 20:09:39 CET 2006
Heb een rootline/breadcrumds menu op mijn site. Dit werkt perfect,
alleen als men naar het eerste item van deze breadcrum navigatie gaat,
dan wordt de stylesheet niet overgenomen.
Dus als dit de situatie is:
levelA / levelB /levelC
en men klikt op levelA, dan heeft levelA stylesheet die het moet hebben.
Denk dus dat het hier aan licht. Zou iemand eens kunnen kijken naar mijn
css en TS waar het fout gaat. Wat ik wil is dat de active pagina in
lichtblauw, in bold en fontsioze 14px wordt weergegeven en de rest in
lichtgrijs en fornt size 10. Dit werkt zoals gezegd alleen als het
levelA gevolgd wordt door subs.
denk dat ik hier de fout in ga:
allWrap = <span class="topnav"><normal>|</normal> / |*|
<normal>|</normal> / |*| <strong>|</strong></span>
###CSS###
/* breadcrumb menu */
.topnav {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #0090BA;
font-size:14px;
padding-top: 0px !important;
padding: 0px;
}
.topnav a:link {
font-weight: normal;
text-decoration: none;
font-size:10px;
color: #666;
}
.topnav a:visited {
font-weight: normal;
text-decoration: none;
font-size:10px;
color: #666;
}
.topnav a:hover {
font-weight: normal;
text-decoration: none;
color: #000;
font-size:10px;
}
.topnav_act a:link {
font-weight: normal;
text-decoration: none;
color: #666;
font-size:10px;
}
.topnav_act a:visited {
font-weight: normal;
text-decoration: none;
color: #666;
font-size:10px;
}
.topnav_act a:hover {
font-weight: normal;
text-decoration: none;
color: #000;
font-size:10px;
}
###TS###
marks.ROOTLINE = HMENU
marks.ROOTLINE {
special = rootline
special.range = 1|-1
1 = TMENU
1 {
NO {
linkWrap = |
allWrap = <span
class="topnav"><normal>|</normal> / |*| <normal>|</normal> /
|*| <strong>|</strong></span>
ATagParams = class = rootline
10 = TEXT
10.text.field = title
doNotLinkIt = |*| |*| 1
}
}
}
More information about the TYPO3-UG-dutch
mailing list