vichousefc Account Closed Impact 0 Jun 11, 2006 352 views 5 replies #1 Hi, I wanted to hide the link in the status bar with some text of my own. Example: why a user hovers over an affiliate I do not want it to show the affiliate address just the text I want to show. I am building the site in basic html. Can anyone help? Thanks Carl
Hi, I wanted to hide the link in the status bar with some text of my own. Example: why a user hovers over an affiliate I do not want it to show the affiliate address just the text I want to show. I am building the site in basic html. Can anyone help? Thanks Carl
R Richieboy67 Account Suspended Impact 6 Jun 11, 2006 #2 Sure, I can help... Can you point me to the link you are talking about??? I am not really sure exactly what you mean but a mouse over consists of 2 images so you would have to edit one if that is what the link really is.... Let me see and I can be of more help...
Sure, I can help... Can you point me to the link you are talking about??? I am not really sure exactly what you mean but a mouse over consists of 2 images so you would have to edit one if that is what the link really is.... Let me see and I can be of more help...
vichousefc Account Closed Impact 0 Jun 11, 2006 #3 For example, go to http://www.fifa2006.co.uk/ and hover over the wayne rooney game picture and in the status bar it shows you the amazon affiliate link? I want to basically mask the link, like google do in adsense? Thanks Carl
For example, go to http://www.fifa2006.co.uk/ and hover over the wayne rooney game picture and in the status bar it shows you the amazon affiliate link? I want to basically mask the link, like google do in adsense? Thanks Carl
Don VIP Member VIP ★ 20 ★ Impact 175 Jun 11, 2006 #4 Is this what you're looking for? http://www.pageresource.com/jscript/jmouse.htm Code: <A HREF="jmouse.htm" onMouseover="window.status='Hi there!'; return true">Your Link Text Here</A> Last edited: Jun 11, 2006
Is this what you're looking for? http://www.pageresource.com/jscript/jmouse.htm Code: <A HREF="jmouse.htm" onMouseover="window.status='Hi there!'; return true">Your Link Text Here</A>