Theresa: Linkfarbe bei aktive

Beitrag lesen

Hi

Ich möchte auf die images bei der Nav verzichten, aber trotzdem eine schöne Nav-Steuerung machen.

Wieso kommt bei der aktiven Seite die Formatierung "acitve" nicht zum Zug? Nur beim Klick sieht man die Farbe schnell, aber nur ganz kurz

Danke
Theresa

.nav {
font-size: 11px;
font-weight: bold;
color: #003366;
background-color: #B0C5D9;
text-decoration:none;
}

a.nav:link {
text-decoration:none;
font-weight:bold;
color:#003366;
}
a.nav:visited {
text-decoration:none;
font-weight:bold;
color:#003366;
}
a.nav:hover {
text-decoration:none;
font-weight:bold;
color:#FFFFFF;
}
a.nav:active {
text-decoration:none;
font-weight:bold;
color:#CCFFFF;
}