如何指定html中select控件的宽度?
<select name= "Type " size= "1 " >
<option vaule= "aaaa " selected= "selected "> aaaa </option>
<option value= "bbbb "> bbbbbb </option>
</select>
一般情况下ie会根据显示的字符数自动调整大小,但我让select控件宽度固定大小
[解决办法]
好像是 <select style= "width:100 "
[解决办法]
style= "width: 60px; "