A chairde,
I have links scrolling in a marquee. Is there any way of stopping the scrolling when the cursoer hovers on the link?
Thanks,
Sally
A chairde,
I have links scrolling in a marquee. Is there any way of stopping the scrolling when the cursoer hovers on the link?
Thanks,
Sally
Hi Sally,
I tore my head over the same question and I forgot who gave me this code but I hope it will work for you. Here we go;
I assume that the links have been created using the marquee property. After you've got the marquee and the links rolling, go to the HTML property of the object (ie right click on your marquee, HTML) and insert the below code on the "inside tag".
onMouseover="this.scrollAmount=0"onMouseout="this. scrollAmount=3"
Hope it works for you as it has been for me.
Good luck.
There are currently 1 users browsing this thread. (0 members and 1 guests)