当前位置: 代码迷 >> HTML/CSS >> html select 中的 option 上拉列表的宽度, IE8中不能自动适应宽度, 怎么简单解决
  详细解决方案

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

热度:721   发布时间:2013-02-02 12:27:16.0
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">
  相关解决方案