Results 1 to 3 of 3

Thread: dynamicindex14/leftrightslide.htm

  1. #1
    Join Date
    Jun 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default dynamicindex14/leftrightslide.htm

    1) Script Title: Conveyor Belt slideshow script

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rightslide.htm

    3) Describe problem: On my page http://www.bbdesign.com/chiyodaamerica/about-us.htm I have an image scrolling that I would like to be seamless when it repeats. It works most of the time, but in some browsers there is a white line (gap) where the image repeats. This is not consistent, however. I have seen it happen on at least Firefox and Safari. But even there, it might scroll through one time and be fine (no gap), but the next time scrolling through there is a gap! Very strange that it is such an inconsistent problem, even on the same page load! Anyway, just wondering if there is a solution. Thank you!

  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

    This is an old script. At that time (I'm only guessing, I'm not the author - though I have worked on the code for tweaks and use in other scripts many times), I don't think there was much concern with the type of precision your issue indicates.

    In limited testing, it appears that the (from the configuration area of the script in the source code of your page):

    Code:
    //Specify pixels gap between each slideshow rotation (use integer):
    var slideshowgap=0
    is the 'problem'.

    I say 'problem', because I guess it could be a feature, whatever. In any case, I set it to -2:

    Code:
    //Specify pixels gap between each slideshow rotation (use integer):
    var slideshowgap=-2
    and that seems to fix it.

    You should also consider:

    http://www.dynamicdrive.com/dynamici...wler/index.htm

    I'm not certain if it will work out well with only one image. If not, you could repeat it one or more times. But, if set up properly, it will have no gap without having to resort to negative values.
    - John
    ________________________

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

  3. #3
    Join Date
    Jun 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It seems that may have fixed the problems. Thanks very much!

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
  •