Hallo,
ich habe folgenden Code:
.news:link {
background-color: #000;
color: #FFF;
text-decoration: none;
border-bottom: 1px dotted #FFF;
font-weight: bold;
}
.news:visited {
background-color: #000;
color: #FFF;
text-decoration: none;
border-bottom: 1px dotted #FFF;
font-weight: bold;
}
.news:hover {
background-color: #000;
color: #D9D9D9;
text-decoration: none;
border-bottom: 1px dotted #D9D9D9;
font-weight: bold;
}
Soweit so gut, doch wenn ich auf der Webseite das stehen habe:
<a href="http://news.de" class="news">20.Februar.2007 - Test!</a><br />
<a href="http://news.de" class="news">20.Februar.2007 - Test!</a><br />
<a href="http://news.de" class="news">20.Februar.2007 - Test!</a><br />
<a href="http://news.de" class="news">20.Februar.2007 - Test!</a>
Dan hat nur der Letzte Link einen Border, wie mache ich das jeder Link einen hatt, ich finde die Antwort einfach nicht.
Mfg. BNS