For continued disscussion on this topic : Status bar changes from mouseovers
atifman
07-02-2000, 10:37 PM
I want that when you mouseover a link you change what's in the status bar (the text). I've remember seeing this in other sites, but I forgot their url. I thought I could this, but i can only change the status bar when I mouseout. How do I do it?
Michel
07-03-2000, 07:13 AM
If you add "return true" on your mouseOver it will work fine.
<HTML>
<HEAD>
</HEAD>
<BODY>
<A HREF="x.html" onMouseOver="status='A mouse over'; return true;" onMouseOut="status='A mouse out'">MOUSE ME</A>
</BODY>
</HTML>
atifman
07-03-2000, 07:40 PM
Thanks
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.