Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a drop down list in a GridView. The data inside the drop down list has variable length but the drop down list is of a fixed size. How can a tooltip be displayed over each item without selecting any item from the drop down list?

I have googled but come across samples where the tooltip is displayed over a currently selected item of drop down list. Can anybody in the SO community give me a hint?

share|improve this question

1 Answer

up vote 0 down vote accepted

I'm going to pressume that this will eventually have to work in IE?

If so, it isn't pretty. IE6 doesn't support the "title" attribute on OPTION elements.

There is an ugly, but potentially usable workaround listed here on the MSDN Internet Explorer forum threads:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3570987&SiteID=1

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.