View Single Post
Old 12-21-2005, 07:25 PM  
Jarmusch
 
 
Industry Role:
Join Date: May 2003
Posts: 12,464
Is there an onmouseover code that works both in IE and Firefox?

To hide sponsor codes in the status bar. I have always used the code bellow, but it makes the status bar in Firefox go blank.

Code:
onMouseOver="window.status='http://www.site.com/';return true" onMouseOut="self.status='';return true"
Jarmusch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote