frank: width angabe geht nicht im nn6+

Beitrag lesen

hallo,

da ich meine links mit css formatieren möchte und sie einen button effekt haben sollen, wurden sie per css auf eine breite von 107px gesetzt.
leider funktioniert das bisher nur im i.e richtig.

hier mal der verwendete css-code:

.mnlslidehr {  width:107px; font:bold 10px Verdana, Arial, Helvetica, sans-serif; }
A.mnlslidehr { BORDER-RIGHT: #BA892C 1px solid; BORDER-TOP: #FFEB99 1px solid; BORDER-LEFT: #FFEB99 1px solid; CURSOR: hand; BORDER-BOTTOM: #BA892C 1px solid; PADDING:2px; BACKGROUND-COLOR: #FFCC00; COLOR:#ffffff; width:107px; text-decoration:none;}
A.mnlslidehr:visited { BORDER-RIGHT: #BA892C 1px solid; BORDER-TOP: #FFEB99 1px solid; BORDER-LEFT: #FFEB99 1px solid; CURSOR: hand; BORDER-BOTTOM: #BA892C 1px solid; PADDING:2px; BACKGROUND-COLOR: #FFCC00; COLOR:#ffffff; width:107px; text-decoration:none;}
A.mnlslidehr:hover { BORDER-RIGHT: #FFEB99 1px solid; BORDER-TOP: #BA892C 1px solid; BORDER-LEFT: #BA892C 1px solid; BORDER-BOTTOM: #FFEB99 1px solid; BACKGROUND-COLOR: #FFE066; COLOR:#DF0632; width:107px; }
A.mnlslidehr:active { COLOR: #DF0632; TEXT-DECORATION: none; width:107px; }

die width angabe wird nur vom i.e. 5+ richtig interpretiert, obwohl der nn6+ laut css1 definition diesa angabe verstehen müsste.
die links ruf ich dann so auf: <a href="irgendwas" class="mnlslidehr"></a>

weiß jemand rat?
danke
frank