Hi Friends,
I am using a dropdown, which having the width of 100px. But the content with in that dropdown is more than that - its not visible to the user, so i go for title (ToolTip in html). Its not working in IE 6..
What is the alternative method for this.. mouseover event is also not working in . Please help and clarify the bug
<select>
<option>-</option>
<option title="Alpha">a</option>
<option title="Beta">b</option>
<option title="Complex">c</option>
<option title="Durpal">d</option>
</select>