Hallo zusammen!
Ich möchte gern, dass Seiten, auf denen ich mich aktuell befinde, im Link andersfarbig sind und unterstrichen werden.
Das habe ich versucht, mit a:active zu lösen. Das klappt aber weder im IE noch im Firefox.
Hier mal der Code:
PHP
a:link {
color : #000000 !important ;
text-decoration : none;
font-weight : bold;
}
a:visited {
color : #000000;
text-decoration : none;
font-weight : bold;
}
a:hover {
color : #f1116d !important ;
text-decoration : underline;
font-weight : bold;
}
a:active {
color : #f1116d;
text-decoration : underline;
font-weight : bold;
}
Alles anzeigen
Habe ich irgendwas falsch eingegeben?
Liebe Grüße!