hallodri: IE6 border-top wird nicht angezeigt

Beitrag lesen

Hi,

Ich habe ein Link in einem Span das als Button dargestellt werden soll. Dafür folgender Code:

<span class="button"><a href="#">blah</a></span>

#content #main .button a {  
 text-align: center;  
 background: url('/images/portal_layout_new/button_back.png') repeat-x;  
 border: 1px solid #a5a5a5;  
 padding: 5px 12px 5px 12px;  
 height: 34px;  
 color: #000;  
 font-size: 12px;  
  
 voice-family: "\"}\"";  
 voice-family:inherit;  
 height:22px;  
}  
  
body>#content #main .button a {  
 height:22px;  
}

Aber im IE wird die Top-Border einfach nicht angezeigt!

Jemand ne Ahnung woran's liegt?

hallodri