【发布时间】:2013-03-06 04:06:07
【问题描述】:
我在 IE6、7 和 8 中使用 DropDownList 控件(ASP.NET、VB)。
我的 DropDownList 控件设置为 200px 宽度,但项目列表更长,并且显示被裁剪。
我尝试过使用带有属性(“title”)的工具提示,但没有成功。
我该怎么办?
(我绑定了数据表中的项目,所以我在 html 中没有 <select> <options>)
【问题讨论】:
-
去掉固定宽度即可。
标签: asp.net vb.net internet-explorer