ie9 html选择选项不显示长文本

时间:2012-11-12 08:58:20

标签: html internet-explorer select

我对ie9上的html select有这个问题(浏览器模式:compatablity视图和doc模式:ie7标准)。

<select ...>
   <option title="test1">test1</option>
   <option title="test2">test2</option>
   <option title="longer text....more than 255">longer text....more than 255</option>
</select>
在ie7中显示的选项以及更长的文本......但在ie9中,问题是下拉列表不再有效(它没有显示选项)。它只显示第一项。我怎么能修好这个?

1 个答案:

答案 0 :(得分:0)

我建议你两个选择:

  1. 使用add bellow属性到下拉列表,即使在加载页面时未显示您的Complepte文本,也可以使用工具提示显示完整的消息。 工具提示=&#34;您的字符串&#34;

  2. 将下拉列表的宽度设置为最大长度,根据我的知识,它将为256.(但它不会很好,b&#39; cz它将反映您的GUI)

    < / LI>