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.
|
How can I place a tooltip or wrap the text on 's tag in IE6? I've tried the following:
but it doesn't work for ie6. |
|||||||||||||
|
|
Consider a custom dropdown component like these from jQuery: http://archive.plugins.jquery.com/plugin-tags/combobox |
|||
|
|