mouseover status bar tricks
I Need some help with this. I have two mouseover codes that do not work together...
I use this code in my A HREF tag to create a blind mouseover status bar message:
onmouseover="window.status='http://www.whatever.com/'; return true" onmouseout="window.status=''; return true"
I also use this code in my BODY tag to globally set the status bar.
onmouseover="window.status='BLAH BLAH BLAH'; return true"
The bottom code overrules the top code, and I want the opposite of that. Any ideas?
|