• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Design für Private Website

Status
Für weitere Antworten geschlossen.
Ich fände gut:

Code:
a {
text-decoration: none;
}
 
a:hover {
color: DeineBlaueBannerHintergrundfarbe;
text-decoration: underline;
}
 
Auch mal n Vorschlag: :mrgreen:

Code:
a:link { color:#1E90FF; text-decoration:underline; }
a:visited { color:#1E90FF; text-decoration:underline; }
a:focus { color:#104E8B; text-decoration:underline; }
a:hover { color:#00BFFF; text-decoration:overline underline; }
a:active { color:#00BFFF; text-decoration:overline underline; }
 
Zuletzt bearbeitet:
Status
Für weitere Antworten geschlossen.
Zurück
Oben