silver_moon525
01-29-2005, 10:29 PM
How do you erase the URL when you place your mouse over the link that shows at the bottom of the page, especially in IE? Instead of the link, how do we put just a word or a few words? I hope I'm making sense :rolleyes:. I'd appreciate all the help. Thanks!!
tokyo bleu
01-29-2005, 10:33 PM
http://google.com/search?q=changing+status+bar+text+on+mouseover&hl=en&lr=&start=0&sa=N
wergo
01-29-2005, 10:40 PM
<A HREF="Somepage.html" OnMouseover="window.status='This link goes to another page';return true;" OnMouseout="window.status=' ';">
silver_moon525
01-31-2005, 04:19 PM
What about if we put a picture instead of the link, so if its mouseover on the picture?
starlet
01-31-2005, 04:24 PM
same
<a href="Somepage.html" OnMouseover="window.status='This link goes to another page';return true;" OnMouseout="window.status=' ';"><img src="image.gif"></a>