e7: Weiteres Problem: display:block + <a> mit border

Beitrag lesen

Hi,

es ist soeben ein weiteres Problem aufgetreten: Ich habe einen Link, der über ein CSS folgendermaßen gestaltet wird:

a:link, a:active {
 color: #003050;
 text-decoration: none;
 border-bottom: 1px dashed #14DCDC;
}

und die Class-Definition dazu:

.map_div {
 width: 48px;
 height: 48px;
 [...]
 display: block;
 border: 0px solid black;
}

und der Link:

<a href="..." class="map_div">(inhalt)</a>

Nun geht die Unterstreichung aber mit border-bottom nicht mehr weg???

E7