Click to See Complete Forum and Search --> : how can I add tool tips for List box items


setumadhav
12-27-2003, 01:38 PM
<html>
<body>
<select>
<!-- I want to add tool tips for these below options? -->
<option>test1 </option>
<option>test2 </option>
<option>test3 </option>
</select>
</body>
</html>

for above proble if any body knows solution please send me as soon as possible.
my E-ID
elchuri@rediffmail.com
setu_el@yahoo.com
looking forward to your response,
setu madhav

fredmv
12-27-2003, 02:11 PM
Welcome to the forums.

This works just fine in Mozilla but doesn't appear to work in other browsers:<select>
<option title="Option 1">Option 1</option>
<option title="Option 2">Option 2</option>
<option title="Option 3">Option 3</option>
</select>

setumadhav
01-01-2004, 11:35 AM
<select>
<option title="Option 1">Option 1</option>
<option title="Option 2">Option 2</option>
<option title="Option 3">Option 3</option>
</select>

The above reply works fine for Mozilla. But I want tooltips in IE, NS along with Mozilla.
send me any possibilities,
regards,
setu madhav
elchuri@rediffmail.com