Website design(scrolling text pauseonmouseover)
-
Website design(scrolling text pauseonmouseover)
I am developing a website and i have a vertical scrolling text. I would like it to stop when i move the mouse over it. This is my html code what can i add in it to include the effect.
<div align=center><marquee bgcolor="#FFFF66" scrollamount="2" direction="up"
loop="true" width="120" height="135" top="10">
<center>
<font color="#000000" size="0">THIS IS A COOL WAY</font>
</center>
</marquee>
</div>
Thank you so much. Josse
Last edited by krsk; 30-01-2005 at 05:35 PM.
Reason: Mistake
-
There are loads of javascripts to achieve this effect, try www.javascriptsource.com - I've always found it very useful ( but an awkward site to navigate).
Good luck