border-top von <A> wird nicht angezeigt?
Moritz Möller
- css
von dem border wird die obere linie nicht angezeigt, d.h. links, rechts und unten sind die linien da aber nicht oben.
ie 6 build 2600
a.button {
border: 1px solid #000000;
padding-left: 15px;
padding-right: 15px;
padding-top: 3px;
padding-bottom: 3px;
}
<tr height="40"><td class="head" align="left" valign="center">
<a href="x" style="a.button">Okay</a>
</td></tr>
<a href="x" style="a.button">Okay</a>
^ class="button", und nicht style="a.button"
Gruß
Norbert
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