View Single Post
Old 08-25-2002, 12:52 PM  
HQ
Confirmed User
 
Join Date: Jan 2001
Posts: 3,539
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?
HQ is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote