以下选择选项在 Firefox/Chrome 中显示正常,但在 IE8 中显示不正常。请帮忙。
<select id = "vehicle" name = "vehicle" class = "vehicleSelect">
<option value = "-1" selected> </option>
<option value = "15">Car</option>
<option value = "16">Bike</option>
<option value = "17">Train</option>
</select>
CSS:
.vehicleSelect
{
width: 100%;
height: 100%;
font: 10px/1.45em "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
padding: 3;
border: 0;
}