首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

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

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

热点排行