html select 中的 option 下拉列表的宽度, IE8中不能自动适应宽度, 如何简单解决?
html select 中的 option 下拉列表的宽度, IE8中不能自动适应宽度, 如何简单解决?
如:
<select style="width:200px">
<option style="width:auto" value="1">超过200px,超过200px,超过200px,超过200px超过200px超过200px超过200px超过200px,超过200px</option>
</select>
------解决方案--------------------不设置就行了啊
------解决方案-------------------- <select style="width:auto">