Forum Moderators: open
I was wondering if anyone knew how to cloak affiliate banners/Images, so that the affiliate link wont show up in the status bar when someone hovers the cursor over the banner/Image?
I know how to cloak plain text links, it's just the banners that I am having trouble with.
I appreciate anyones help
Thanks
Bret.
I haven't tried anything yet because I have no idea how to stop my affiliate links appearing in the status bar when someone hovers thier cursor over a banner.
So how does a JavaScript OnMouseOver/OnMouseOut event handler work? I am willing to try anything.
For just normal text links, I use the service available on addme.com
That service cloaks my text links just fine. Actually I believe that service does output html code similar to what you mentioned to do with OnMouseOver etc.
I appreciate your help.
Thanks
Bret.
[edited by: volatilegx at 6:37 pm (utc) on Dec. 19, 2006]
[edit reason] removed URL [/edit]
<a href="whatever.htm" onMouseOver="window.status='some text or maybe a URL here';return true;" onMouseOut="window.status='';return true;"><img src="some_graphic.gif"></a>