Results 1 to 2 of 2

Thread: how do i add 2 Pausing up-down Scroller in different column

  1. #1
    Join Date
    Dec 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how do i add 2 Pausing up-down Scroller in different column

    1) Script Title: how do i add 2 Pausing up-down Scroller in different column

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/crosstick.htm

    3) Describe problem: i encountered a problem that when i apply 2 pausing up scroller in the same roll different column, all the alignment will out of order..
    in this case, how should i do the setting for 2 different pausing up scroller?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    There are certain things that need to be unique about each scroller instance. Sounds like you've missed one or more of these in your two new pausescroller declarations. For example, if they both use the same array, it will get messed up, only one scroller should control a given array. If you want both scrollers to use the same array, you either need to copy it with javascript to a different array, or make up two identical arrays with two different names. Most of these items that need to be unique to each scroller are either spelled out specifically on the demo page, or demonstrated by way of example in the two demo scrollers.

    If you want more help:

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •