Results 1 to 3 of 3

Thread: Marquee Scrolling
      
   

  1. #1
    sally is offline First Sergeant
    Join Date
    Jul 2006
    Posts
    76

    Default 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

  2. #2
    Aminiasi is offline Sergeant
    Join Date
    Jun 2008
    Posts
    23

    Default 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.






  3. #3
    sally is offline First Sergeant
    Join Date
    Jul 2006
    Posts
    76

    Default Re: Marquee Scrolling

    Quote 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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49