Moritz Möller: border-top von <A> wird nicht angezeigt?

Beitrag lesen

problem:

von dem border wird die obere linie nicht angezeigt, d.h. links, rechts und unten sind die linien da aber nicht oben.

browser:

ie 6 build 2600

css code:

a.button {
   border: 1px solid #000000;
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 3px;
   padding-bottom: 3px;
}

html code:

<tr height="40"><td class="head" align="left" valign="center">

<a href="x" style="a.button">Okay</a>

</td></tr>