0
以下選擇選項在Firefox/Chrome中顯示正常,但在IE8中不顯示。請幫忙。選擇選項不在Internet Explorer中顯示
<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;
}
在一個側面說明,請確保您的填充有單元。 3單獨是沒有意義的。 – j08691
只是爲了澄清,哪個版本的Internet Explorer? –
正如我的物理老師會說:3什麼?每秒3個西瓜?每棵3只鸚鵡?單位!單位! –