Hallo,
es ist eigenltich ganz einfach, aber irgendwie funkioniert es nicht und ich bin etwas überfragt?! Ich habe folgenden Link:
Css bei link funktioniert nicht
<td colspan="2" align="center" nowrap><a href="einfahrt_e_Liste.asp?abmelden=<%=rs("einfahrtid")%>" class="menu"><img src="../images/icon/icon_trashcan.gif"></a></td>
im css steht folgendes:
A.menu:link {
FONT-WEIGHT: bold; COLOR: #000000; FONT-FAMILY: helvetica, arial; TEXT-DECORATION: none
}
A.menu:active {
FONT-WEIGHT: bold; COLOR: #000000; FONT-FAMILY: helvetica, arial; TEXT-DECORATION: none
}
A.menu:visited {
FONT-WEIGHT: bold; COLOR: #000000; FONT-FAMILY: helvetica, arial; TEXT-DECORATION: none
}
A.menu:hover {
FONT-WEIGHT: bold; COLOR: #f39500; FONT-FAMILY: helvetica, arial; TEXT-DECORATION: none
}
Was ja eigenltich bedeutet, dass keine Umrandung angezeigt wird. Bei anderen Links (ohne Grafik) funktioniert das auch. Aber um das Bild wird trotzdem ein Rahmen angezeigt.
Könnt ihr mir helfen???
Vielen Dank im voraus!
fian03