Hallo
Ich habe ein Blackout ;-)
im CSS steht
a {
color: #963;
font-weight:bold;
text-decoration:none;
}
a:hover {
color: #C60;
text-decoration:underline;
}
Soweit, so gut. Wenn aber ein Bild auch als Link erscheint, dann hat bei "hover" das Bild auch das "underline" - das will ich aber nur beim Link-Text.
Wie mache ich das im CSS?
Danke.