vaseline28 commented on a Page, JavaScript Basic HoverOver  -  Jul 01, 2008

I found it useful also. I adapted it for my own needs however!
Changed slightly:

<span onmouseover=\'JavaScript:a(\"Hawkee\")\' onmouseout=\'Javascript:a(\"Null\")\' >Hawkee.com
and added this to the end of the Javascript cases(before two final \'} }\' ):
case \"Null\":
document.getElementById(\"data\").innerHTML = \"\";
break;
This means that when the mouse no longer hovers over, the text vanishes!

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.