PDA

View Full Version : title not works for combobox in ie6 onmouseover


sathish_p_gowda
07-17-2007, 08:03 AM
Hi,

I've written tooltip onmouseover of combobox using title="<%=value%>"
It works for both ie7 and Mozilla firefox. But this is not working in ie6.
For text boxes and text area it works but for combobox with multiple columns(grid), it wont.
Pls help me out to work this for ie6. I've to complete this task by tommorrow. So pls help me.

Thanks and regards,
Sathish

felgall
07-17-2007, 10:38 AM
What HTML have you used to create the combo box?

Kor
07-17-2007, 10:59 AM
Nor it will work under IE6. IE6 does not support the onmouseover event upon an OPTION element, there is nothing you can do about.

sathish_p_gowda
07-17-2007, 11:26 AM
Thanks for ur reply.
i'm using html: select and option tag.