Hallo,
ich hab in einer CSS das Styling für Links festgelegt, sieht so aus:
a:link, a:active, a:visited {
font-family: arial;
font-style: bold;
font-size: 10pt;
color: green;
text-decoration: none;
}
a:hover {
font-family: arial;
font-style: bold;
font-size: 10pt;
color: #00FF00;
text-decoration: none;
border: 0px;
}
lauft auch, aber wenn ich ein Bild als Link nutze, wird dieser hässliche Linkramen rundherum angezeigt. Wie muss ich die CSS verändern damit das nicht mehr so ist ?
danke für Eure hilfe,
Meganova