Momentan habe ich die Linkformation in meiner CSS Datei so:
jetzt will ich aber, dass ein bestimmter bereich andere Linksformationen hat. Ich habe es mit
.formation {
a:link {text-decoration: none; color: black;}
a:visited {text-decoration: none; color: black}
a:hover {text-decoration: underline overline; color: #475159}
a:active {text-decoration: underline overline; color: #475159} }
ausprobiert, dies funktioniert allerdings nicht (ich denke weil zu viele {} klammern vorhanden sind). Wie geht es anders?
Code:
a:link {text-decoration: none; color: black;}
a:visited {text-decoration: none; color: black}
a:hover {text-decoration: underline overline; color: #475159}
a:active {text-decoration: underline overline; color: #475159}
jetzt will ich aber, dass ein bestimmter bereich andere Linksformationen hat. Ich habe es mit
.formation {
a:link {text-decoration: none; color: black;}
a:visited {text-decoration: none; color: black}
a:hover {text-decoration: underline overline; color: #475159}
a:active {text-decoration: underline overline; color: #475159} }
ausprobiert, dies funktioniert allerdings nicht (ich denke weil zu viele {} klammern vorhanden sind). Wie geht es anders?