Hello everybody,
I want to use the onmouseover commentd inside the option tag.
[HTML]<select name="select" size="4" style="font-family: tahoma;font-size:8pt;" multiple >
<option onmouseover="pr ocess();" onmouseout="ret urn clear();" value="some value">
some text
</option>
</select>[/HTML]
It works with FireFox, but does not work with IE and with Google Chrome. Do you know why. Is there any work around?
Thank you,
Lev Tannen
I want to use the onmouseover commentd inside the option tag.
[HTML]<select name="select" size="4" style="font-family: tahoma;font-size:8pt;" multiple >
<option onmouseover="pr ocess();" onmouseout="ret urn clear();" value="some value">
some text
</option>
</select>[/HTML]
It works with FireFox, but does not work with IE and with Google Chrome. Do you know why. Is there any work around?
Thank you,
Lev Tannen
Comment