Mark: Mouseover-Buttons in Firefox/IE

Beitrag lesen

Hallo Mark ;~)

hast Du es schon mit margin-top:auto; und margin-bottom:auto; versucht?

So gehts leider auch nicht:
Gleiches Ergebnis auch mit "margin... auto". Im IE gehts, im Firefox ist wieder der Abstand.:(

Was mach ich denn da?

a.buttonleft{
 height: 30px;
 width: 130px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12;
 color: #FFFFFF;
 text-decoration: none;
 text-align: left;
 background-image: url(./pics/bgleft.gif);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 display:block;
 text-indent: 15px;
 margin-top:auto;
 margin-bottom:auto;
 padding: 5;

}