Tooltips for asp.net List boxes

  • Thread starter Thread starter radha
  • Start date Start date
R

radha

Hi

I have a Listbox in which the items length is more than the list box
width. So I am looking for some code to assign a tooltip for each item
in Listbox. Can some one help me in this? Is there any way like using
javascript or something like that?

Thanks in advance
Radha
 
radha said:
Hi

I have a Listbox in which the items length is more than the list box
width. So I am looking for some code to assign a tooltip for each item
in Listbox. Can some one help me in this? Is there any way like using
javascript or something like that?

Thanks in advance
Radha
The standard HTML select does not support the title attribute on option
elements, at least not in IE 6. I believe IE7 was to have this feature.
 
Back
Top