+ -
当前位置:首页 → 问答吧 → html select 中的 option 下拉列表的宽度, IE8中不能自动适应宽度, 如何简单解决?

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

时间:2011-09-06

来源:互联网

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>

作者: muiz   发布时间: 2011-09-06

不设置就行了啊

作者: zsx841021   发布时间: 2011-09-06

HTML code
  <select style="width:auto">

作者: BLUE_LG   发布时间: 2011-09-06

不设置不可以啊。 长度就是200px。 可是内容有点很长很长。

IE6,7,9 FF都没有问题, 就是IE8有问题。

作者: muiz   发布时间: 2011-09-06

热门下载

更多