Events that work in the <option> tag?

wxdqz

New Member
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.
 
Back
Top