Results 1 to 3 of 3

Thread: make cross-browser scroller slower

  1. #1
    Join Date
    Jan 2006
    Posts
    50
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Exclamation make cross-browser scroller slower

    hey folks

    i am using the corss browser scroller (http://www.dynamicdrive.com/dynamicindex2/cmarquee2.htm) on my site -
    http://midres*hetmoriah.org/default2.asp (please remove star)

    look at the bottom left - it is set to the lowest speed (1) and still seems a little fast

    is there any way this can be made slower?

    thanks!

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Find the line:

    Code:
    setTimeout('lefttime=setInterval("scrollmarquee()",30)', delayb4scroll)
    And try changing 30 to a larger number, for example, 50, or 100. You probably don't want to go above 200.

  3. #3
    Join Date
    Jan 2006
    Posts
    50
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    excellent, thanks!!

Bookmarks

Posting Permissions

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