Nach Anklicken des Links funktioniert der Farbwechsel bei hover nicht mehr. Gibt es da eine Lösung. Im Internet finde ich nichts.
Danke!
Quelltext in externer CSS-Datei:
.H2l {
text-align: center;
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
font-weight: bold;
color: #333;
text-decoration:none;
}
.H2l a:link
{
color: #333;
text-decoration: none;
}
.H2l a:hover
{
color: #063;
text-decoration: none;
}
.H2l a:visited
{
color:#333;
text-decoration: none;
}
.H2l a:active
{
color:#063;
text-decoration: none;
}

