Navigationspfad mit css anpassen
Verfasst: Do 21. Jun 2007, 12:52
Hallo,
habe das Modul Navigationspfad vom Beispielmandanten eingefügt.
Möchte es aber mit css anpassen, das funktioniert soweit auch ausser bei der aktuellen Seite die soll eine andere Farbe erhalten.
Hier der css:
a.navipath {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration: none;
font-size:12px;
color: #ccccff;
}
a.navipath:visited {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration: none;
font-size:12px;
color: #ccccff;
}
a.navipath:active {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration: none;
font-size:12px;
color: #ccffff;
}
a.navipath:hover {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration: none;
font-size:12px;
color: #ccccff;
}
Was muss ich tun?
habe das Modul Navigationspfad vom Beispielmandanten eingefügt.
Möchte es aber mit css anpassen, das funktioniert soweit auch ausser bei der aktuellen Seite die soll eine andere Farbe erhalten.
Hier der css:
a.navipath {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration: none;
font-size:12px;
color: #ccccff;
}
a.navipath:visited {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration: none;
font-size:12px;
color: #ccccff;
}
a.navipath:active {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration: none;
font-size:12px;
color: #ccffff;
}
a.navipath:hover {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration: none;
font-size:12px;
color: #ccccff;
}
Was muss ich tun?