To put a floating popup box onmouseover key links.
I am sure you guys have seen them... hover over and a little popup box appears above link with either a definition or a sponsor link or something.
ie
Code:
<a href=http://www.bob.com onmouseover="showbox(this,'here is what I want in the popup box');" onmouseout="hidebox(this);">Hover over me</a>
Ideally, the div should not need a unique identifier. i.e. showthis should get whateven information it needs from 'this' being passed to it.
Is this possible?
If youve got the code or the js know how - let me know.
er... think I stuck this in the wrong forum :ermm: