myc: css und firefox darstellungsproblem...

Beitrag lesen

Hallo,

ich arbeite gerade an einer Navigation mit einem Rollover-Effekt. Im IE funktioniert es wunderwar, nur leider  macht mir Freund Firefox ordentlich Stress. Er will mir die klar definierte Buttonbreite von 155 x 55 Pixel nicht ordentlich darstellen.
Der Code lautet:

a.but1
{ color: #0c3307;
font-size: 13px;
font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
line-height: 15px;
text-decoration: none;
background-image: url(uni_img/b-normal.gif);
text-align: center;
padding-top: 24px;
right: 155px;
width: 155px;
height: 55px }

a:hover.but1
{ color: #0c3307;
font-size: 13px;
text-decoration: none;
background-image: url(uni_img/b-hover.gif);
width: 155px;
height: 55px }

Beispiel: http://myc.info/css/

Was mach ich da falsch???