scrolling stop code
Page 1 of 1 • Share •
scrolling stop code
[sorry don't know what its called.]
Like when you have something scrolling with the marquee code, how do you make it so that when you scroll over it it stops?
Like when you have something scrolling with the marquee code, how do you make it so that when you scroll over it it stops?

Amber- Member

- Posts: 79
iCoins: 382
Re: scrolling stop code
Here it is :
The marquee will stop once the mouse hovers over the text, and will start to scroll again once the mouse stops hovering over it,
- Code:
<marquee onmouseover="this.stop();" onmouseout="this.start();">
Text To Scroll Should Be Placed Here
</marquee>
The marquee will stop once the mouse hovers over the text, and will start to scroll again once the mouse stops hovering over it,

Marc- Administrator

- Posts: 340
iCoins: 691

Permissions of this forum:
You cannot reply to topics in this forum











