Results 1 to 4 of 4

Thread: Cross Browser marquee II

  1. #1
    Join Date
    Jan 2005
    Location
    San Francisco
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Cross Browser marquee II

    http://www.dynamicdrive.com/dynamicindex2/cmarquee2.htm

    Is there a way to slow this scroller down? The lowest setting (1) is still quite fast.

  2. #2
    Join Date
    Jan 2005
    Posts
    40
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Find this line:
    Code:
    lefttime=setInterval("scrollmarquee()",20)
    and change it to:
    Code:
    lefttime=setInterval("scrollmarquee()",50)
    Incresing the number will increse delay for each movement. The "var marqueespeed=1" parameter is actually a number of pixels it moves every 20 or 50 or whatever you set it to milliseconds. Good Luck.

  3. #3
    Join Date
    Jan 2005
    Location
    San Francisco
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default New Question

    Is there a way that the delay at the beginning can be taken out? The scrolling text is not visible as soon as the page is loaded. If the text started at the top of the visible area it would be ideal, however I've never seen this done before. Thanks for the help so far. It's a lifesaver.

  4. #4
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    As the script starts at the moment on "onload", it will only display when all images are loaded and the page is fully ready.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

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
  •