Code
a {
border-bottom: 1px dotted #600;
color: #d00;
text-decoration: none;
}
a:hover {
border-bottom: 1px dotted #d00;
}
a img {
border: 0;
}
Alles anzeigen
Das ist mein CSS Code für Links. Nun hab ich aber auch diese border-bottom, wenn ich n Link auf ein Bild setze. Gibts da ne einfache Möglichkeit im CSS, dass er alle Links, die ein <img /> beinhalten anders "behandelt"?