Well I've been using onMouseover to hide affiliate links for some time and just realized that it doesn't work in Firefox. Is there any way to get the same results in Firefox that you do with IE?
I've been using this:
Code:
a href="http://www.site.com/affiliateurl" onmouseover=" window.status='http://www.site.com'; return true" onmouseout="window.status=''; return true" target="_blank"