User Profile

Collapse

Profile Sidebar

Collapse
jjcarrell
jjcarrell
Last Activity: Feb 23 '07, 04:54 PM
Joined: Feb 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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();"
    >


    ...
    See more | Go to post

    Leave a comment:


  • jjcarrell
    started a topic Cross-browser onmouseover on select.options

    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;
    ...
    See more | Go to post
    Last edited by r035198x; Feb 23 '07, 05:51 AM. Reason: added code tags
No activity results to display
Show More
Working...