Hello all,
I am using IE.
I have dropdown list with <select><option></option></select> on which i cannot provide custom tooltip on hover, because <option> will not support onmouseover event.
so i am now supposed to create one custom dropdownlist not using <select><option></option></select>.
may be using combination of <table> and <textbox> on which i can write functions to show tooltip.
please let me know how can i do this?