1
Ich habe ein kleines Problem mit meiner Webseite. Ich habe eine Combobox und ich habe eine CSS-Klasse dafür geschrieben. Es funktioniert gut außer in IE7. Kann mir jemand eine Lösung dafür geben?Combobox CSS Stil nicht in IE7
Das ist mein CSS:
.textbox_short{
float:left;
width:150px;
padding:3px;
margin-left:10px;
/*margin-bottom:5px;*/
margin-top:5px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#666;
border:1px solid #F90;
}
Und mein HTML:
<select name="drop_country" class="textbox_short" id="drop_country">
</select>