Tooltip for each items in select box
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
Friends, Some of the items in my listbox(Select box in html) are too big to display. Can I have a tooltip that displays the same text when I move over it? If so, how? Any help or suggestions would be appriciate. Thanks & Regards, Shiby
This is a problem i agree. I faced same problem a while ago. I do not have any idea how to add a tooltip to the list, and would appriciate if any body has that solution. For my application what i did was - remove the width of the control and thus in turn the control takes the width of the broadest item in the list. In order not to mess the rest of the UI, do not place any other control in same horizontal line with this one. Like it or not - Live with it. (was my attitude due to time constraints.) Ketty