Results 1 to 4 of 4

Thread: Streching the "Pausing Up-Down Scroller"

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

    Post Streching the "Pausing Up-Down Scroller"

    1) Script Title: Pausing Up-Down Scroller

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

    3) Describe problem: Hi! I'm trying to edit a modified version of this scroller, which is longer and shows two messages instead of one (actually it's just a longer content). I want to add a pause after each text segment or anything that will get a similar effect. (now it runs 2 each time because they're coded as one content)

    Code:
    pausecontent[0]='<a href="link1">title1</a><br />text1<br><br><br><br><br><br><br><br><br><a href="link2">title2</a><br />text2 '
    pausecontent[1]='<a href="link3">title3</a><br />text3<br><br><br><br><br><br><br><br><br><a href="link4">title4</a><br />text4 '
    Script URL (my site): http://www.poetryplace.org/index-example13.html

    Thank you.

    Yair.
    Last edited by yairz83; 01-27-2008 at 07:59 PM. Reason: misspell

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

    Default

    To rephrase, right now you're including two text segments within each "slide" of the scroller. If you want to add a pause after text segment, isn't that the same thing as reverting back to the original set up of putting just one text segment per slide?
    Last edited by ddadmin; 01-28-2008 at 06:19 PM.

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

    Default

    Similar to the original, only that it's more like having two scrollers, one above the other; 2 visible sections instead of 1.

    Thanks ddadmin.
    Last edited by yairz83; 01-28-2008 at 12:14 PM. Reason: punctuation

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

    Default

    Hmm I'm still not sure I understand. I get the feeling though it's not something that this script can easily be modified to do behavioral wise. You can either have each slide show two messages, or use two scrollers that appear top down right against one another.

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
  •