Webstatt.org - Community seit 2006 - 2012 (2024?)

Border für das letzte Element?

user-137
20.02.2007 13:42

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

Avatar user-118
20.02.2007 13:50

Bau das ganze eine Liste, dann sollte es nicht nur funktionieren, nein, es sollte dann auch semantisch korrekt sein...

Ich brauche keine Signatur