DropDownList tooltip in Chrome and Safari
4 answers
Add or bind a tooltip for down list items in asp.net using C # http://asp-net-by-parijat.blogspot.in/2014/08/add-or-bind-tooltip-for-dropdownlist.html
+3
source to share
There are many tooltip components, and jQuery has several plugins that can offer this functionality. I know you are suffering as the tooltips are displayed as expected in IE, but in Chrome / Safari they tend to be blank. It will be interesting to see if anyone has another fix for this.
+1
source to share
You can just use the ToolTip property in the dropdown: http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.dropdownlist.tooltip.aspx
0
source to share