Click to See Complete Forum and Search --> : Events that work in the <option> tag?


SPD
04-15-2003, 12:24 PM
Hello.

Does anybody knows which event(s) work in the <option> tag of the <select> menu, or has a link to an article that discusses this? Specifically in the IE5+

Say, for example:

<select>
<option onmousemove=my_function()>
</select>

I know this will not work, but anybody knows of an event that works :confused:

Thank you in advance for your reply and time.

requestcode
04-15-2003, 12:39 PM
As far as I know there are no events that work in the <option> tag. You need to use events in the <select> tag. What are you trying to do?

SPD
04-15-2003, 01:00 PM
Like working for a script where you can change the color of each option when you roll the mouse over it...

But seems will be impossible if there are no events, as you say...!