Results 1 to 5 of 5

Thread: Cross browser Marquee II

  1. #1
    Join Date
    Jul 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Cross browser Marquee II

    1) Script Title: Cross browser Marquee II
    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/cmarquee2.htm
    3) Describe problem: This script is up and operational on my site http://newworldaudio.net/newclients.html but when the table data has completed scrolling, it does not repeat as the data does in the example. Therefore, when the data has all scrolled, I am left with a blank screen. Am I missing something?

    Thank you
    Stephanie

  2. #2
    Join Date
    Jul 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Okay, the problem is that you have the scrolling speed at 1.

    Just raise it higher and it should go faster. If you wait on the page long enough you will see it again.

    var delayb4scroll=2000 //Specify initial delay before marquee starts to scroll on page (2000=2 seconds)
    var marqueespeed=1 //Specify marquee scroll speed (larger is faster 1-10)
    It should work, I tested it... look here.. http://users.adelphia.net/~jborgerding/1.htm

    EDIT: oh, I was hoping to help someone, I don't think what I said is the problem, but the thing works on my page.. Sorry about that

  3. #3
    Join Date
    Jul 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You are right, that is definitely it. I was trying to make it slow enough so people could read it but I guess if I pause it, the same effect will be achieved. Thanks very much!!

  4. #4
    Join Date
    Jul 2006
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    woot!

    Happy to know I helped!!!

    Also, you may want to leave a note some place on the page, maybe a screen tip or something somwhere saying "scroll over to freeze scrolling" or a phrase less confusing then the one I just exampled..=P

  5. #5
    Join Date
    Jul 2006
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Good idea, thank you I will do that!

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
  •