View Full Version : link titles


gibberishTwist
03-11-2003, 01:49 AM
Does anyone know the code so that when someone hovers over my links, text of my choice appears at the bottom of the screen?

epolady
03-11-2003, 02:11 AM
http://www.lissaexplains.com/forum//search.php?s=&action=showresults&searchid=54134&sortby=lastpost&sortorder=descending

gibberishTwist
03-11-2003, 03:38 AM
That sort of worked, only the text only shows up AFTER I've hovered :\

http://www14.brinkster.com/gibberishtwist/main.html

See?

epolady
03-11-2003, 04:48 AM
Try:

onMouseOver="window.status='Your message';return true" onMouseOut="window.status='';return true"

gibberishTwist
03-11-2003, 05:28 AM
Now they don't show up at all :\

epolady
03-11-2003, 10:32 AM
<a href="asb.html" onMouseOver="window.status='Your Message';return true" onMouseOut="window.status='';return true">asfd</a>

works for me.....how are you using it?

gibberishTwist
03-11-2003, 07:23 PM
It might be because I'm using it on an image map.

epolady
03-11-2003, 07:31 PM
Hmmmm, I did a quick search and from what I read, no one's been able to do that successfully... :\

gibberishTwist
03-11-2003, 08:09 PM
:( Thanks anyways.