PDA

View Full Version : Link Rollover Help


MrChaz
11-29-2006, 07:42 AM
When you place your cursor over a link it shows the location of the link in the lower left spot.

http://img182.imageshack.us/img182/263/fasdfadfom0.png
Like so.



It will say like, http://www.htmlforums.com/usercp.php?

Now how do i change that? I dont want it to show the location of the link.

I just want it to say like. "Welcome to Blah Blah."

Marlo
11-29-2006, 12:37 PM
<A href="link.html" onmouseover="window.status='statusbar message here'; return true;"
onmouseout="window.status=''; return true;">Link text</A>


its pretty easy :D

MrChaz
11-29-2006, 02:02 PM
Wont work...

MrChaz
12-03-2006, 02:20 AM
*BUMP*

Still need help, if Marlos code is the right code i need help on where it goes.

blackpepper
12-03-2006, 02:25 AM
the code works. try it in a browser with status bar enabled, and javascript enabled (obviously)

then that would go in between the body tag of your page, just like any other link would. post your code if your still having dificulties.

Marlo
12-03-2006, 09:22 AM
Tested in IE and Firefox and works fine

Wont work in Opera or netscape though.