Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How can I place a tooltip or wrap the text on 's tag in IE6? I've tried the following:

<option value="Yes" title="Yes">Yes</option>

but it doesn't work for ie6.

share|improve this question
I guess its same as stackoverflow.com/questions/910815/… – Talha Ahmed Khan Jul 14 '12 at 8:30
Who cares for IE 6 anyways? Say to your customer, that IE 6 stinks. – HerrSerker Jul 14 '12 at 8:37
2  
@yunzen: that seems like a briefly entertaining, and certainly cathartic, method of losing a client. Make the arguments, sure, but if they insist on IE sport they're the ones paying the (increased) costs. Not to mention providing valuable word-of-mouth advertising and recommendations. – David Thomas Jul 14 '12 at 8:59
@TalhaAhmedKhan Yes it's the same one. But I'm having troubles doing on of the answers there. – Henry Taylor Jul 14 '12 at 9:08
@David good comment. That's what I say: "Anything is possible, but at extra cost." – Roko C. Buljan Jul 14 '12 at 9:09

1 Answer

Consider a custom dropdown component like these from jQuery: http://archive.plugins.jquery.com/plugin-tags/combobox

share|improve this answer
can't find any with tooltip/text wrap – Henry Taylor Jul 14 '12 at 9:01

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.