asp.net 下拉控件中单个项目的工具提示
在我的网站中,我有一个 asp.net 下拉控件。控件中的值长度太长,无法在该控件中显示。由于我网站的空间一致性,我无法增加控件的大小。用户很难看到下拉列表中的整个值来选择正确的值。
如何为下拉控件中的每个项目制作工具提示?
In my web site I have one asp.net dropdown control. The length of value in the control is too long to display in that control. I can't increase the size of control because of space consistency in my website. It's difficult to the user to see entire value in dropdown to select a correct value.
How to make a tool tip for each item in dropdown control?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以为每个项目添加“标题”属性。但我怀疑你的访客会注意到这个相当微妙的暗示。
Yes, you can add a "title" property to each item. But I doubt your visitors will notice this rather subtle hint.