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

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>

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

    ^ class="button", und nicht style="a.button"

    Gruß
    Norbert

    1. da hab ich mich nur verschrieben beim posting.
      auch wenn ich da class stehen habe funktioniert der obere border nicht.

      <a href="x" style="a.button">Okay</a>
                     ^ class="button", und nicht style="a.button"

      Gruß
      Norbert