Marquee Scrolling

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sally
    First Sergeant

    • Jul 2006
    • 76

    Marquee Scrolling

    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
  • Aminiasi
    Sergeant

    • Jun 2008
    • 22

    #2
    Re: Marquee Scrolling

    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.





    Comment

    • sally
      First Sergeant

      • Jul 2006
      • 76

      #3
      Re: Marquee Scrolling

      Originally posted by Aminiasi View Post
      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.





      Worked a treat. Many thanks.

      Slán

      Sally

      Comment

      Working...
      X