Thema: CSS-Links
Einzelnen Beitrag anzeigen
  #3 (permalink)  
Alt 28.05.2015, 10:19
N8. N8. ist offline
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 28.05.2015
Beiträge: 3
N8. befindet sich auf einem aufstrebenden Ast
Standard

ok hier der restliche Code
"html"
<ul class="linkliste">
<a href="..." class="link1"><li>...</li></a>
<a href="..." class="link1"><li>...</li></a>
<a href="..." class="link1"><li>...</li></a>
</ul>

und das weitere "CSS"
a.link1:link{
color:#91354f;
text-decoration: none;}

a.link1:visited{
color:#91354f;
text-decoration: none;}

a.link1:hover{
color:#91354f;
font-weight: bold;
text-decoration: none;}

a.link1:active{
color:#91354f;
text-decoration: none;}

danke schonmal für die schnelle Antwort.
Mit Zitat antworten