Hi All,
I have a select html control as below ;
<SELECT >
<OPTION VALUE="1"> This is option 1 </OPTION>
<OPTION VALUE="2" >This is option 2 </OPTION>
<OPTION VALUE="3" >This is option 3 </OPTION>
</SELECT>
My requirement is that when user moves pointer over the items the value of the item should be shown in a hint box.
How could I show the value of the item in a hint box as user moves pointer over an item using javascript?
My requirement is that when user moves pointer over the items the value of the item should be shown in a hint box.
IE does not support events on the option element. However, it is possible do this in Firefox. Before posting any code please advise whether or not you wish to proceed, bearing in mind that IE cannot do what you require.
Thanks Dormilich for your reply..
But I am using IE6 and title attribute not working in IE6..
since starting to do web design, varying browsers and support for different variables has been a pita.
Why do people still use IE6? ... or any old browser, other than simply being so computer illiterate that they don't even know they need an upgrade, let alone how/where to get it.