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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top