| Author |
Is there are tooltip for select listbox?
|
Priyha Jootu
Ranch Hand
Joined: Sep 13, 2001
Posts: 47
|
|
Hi all, I want to add tool tips for my select lists, the "title" doesn't work for this, I tried to put the select list inside a table and used <td title="tooltip for select"> but the tool tip does not display when the user keeps his mouse over the select list. It displays the tooltip when i keep the mouse outside the select box in that table. Can anyone please let me know how to add a tooltip for a select list? Thanks, Priyha
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56216
|
|
What browser? Seems to work fine in Mozilla-based browsers. bear
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Priyha Jootu
Ranch Hand
Joined: Sep 13, 2001
Posts: 47
|
|
In IE , currently i am using IE 6 will it work in netscape?
|
 |
sunitha reghu
Ranch Hand
Joined: Dec 12, 2002
Posts: 937
|
|
priyha, In ie it will work only outside the select box.( for td title and select box title also not working) But in netscape 7 if u add the title attribute for the select box it will work.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
if you want it to work while over the select, you will have to use in the select tag and not in the td tag. <select title="BLAH BLAH BLAH">
|
 |
 |
|
|
subject: Is there are tooltip for select listbox?
|
|
|