html select 中的 option 上拉列表的宽度, IE8中不能自动适应宽度, 怎么简单解决

html select 中的 option 下拉列表的宽度, IE8中不能自动适应宽度, 如何简单解决?html select 中的 option

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">