Thank you, but unfortunately my knowledge level is not high enough that I could get this from the page you reference.
The part of the script that IE is choking on is the event argument in the onmouseover on the select itself, shown here:
<SELECT ID="aSelect"
ONMOUSEOVER="sh owTooltip(this, event.target.va lue)"
ONMOUSEOUT="hid eTooltip();"
>
...
User Profile
Collapse
-
-
Cross-browser onmouseover on select.options
Hello,
I'm trying to make different tooltips appear as the mouse moves over the various options of a select. I found a slick method for doing so in mozilla-based browsers, but IE chokes on it.
Any help for making this work in IE would be very much appreciated.
Here's the code I found:
...Code:<HEAD> <STYLE> #tooltip { position: absolute; visibility: hidden;
No activity results to display
Show More
Leave a comment: