View Full Version : help...read this


backtoskull
07-21-2004, 04:46 PM
how do you make it so when you mouse-over something it make text appear in the bar on the bottem

pb&j
07-21-2004, 04:49 PM
please use a much better title for your threads. it should describe the problem briefly such as...
"text in the status bar"

in this case, it is done with javascript...
<A HREF="Somepage.html" OnMouseover="window.status='This link goes to another page';return true;" OnMouseout="window.status=' ';">

Mouse over this link !

</A>

backtoskull
07-21-2004, 04:58 PM
o ok thanks