ich habe ein Problem mit der Darstellung der aktiven Links in der NAV_ROW.
Und zwar werden diese nicht korrekt angezeigt, wenn ich auf der entsprechenden aktiven Seite bin.
So sieht der Code im Frontend CSS aus:
Code: Select all
a, a:link, a:visited, a:focus {
color: #FFFFFF;
text-decoration: underline;
font-size: 12px;
font-weight: bold;
}
a:active {
color: #FF3300;
text-decoration: underline;
font-size: 12px;
font-weight: bold;
}
a:hover {
color: #535355;
text-decoration: none;
font-weight: bold;
}Ich verwende zur Darstellung die NAV_ROW:1:0, bzw. entsprechend angepasst für andere Unterkategorien.
Weiß jemand Rat?
Danke Patrick