Results 1 to 4 of 4

Thread: Conveyor Belt - Never Stop ???

  1. #1
    Join Date
    Aug 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Conveyor Belt - Never Stop ???

    Script: Conveyor Belt slideshow script
    http://www.dynamicdrive.com/dynamici...rightslide.htm

    New to the forums, have to say thanks for all the free scripts & the services you provide through the website.

    my quick question is with the conveyor belt above, is there a way to have it be continous? meaning no hover-stop action, i dont have the images linked so i dont need to have it stopped. thanks to anyone for any help.

    stahly

  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

    Find the section at the end of the script that looks like to this:
    Code:
    if (iedom||document.layers){
    with (document){
    document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
    if (iedom){
    write('<div style="position:relative;width:'+sliderwidth+';height:'+sliderheight+';overflow:hidden">')
    write('<div style="position:absolute;width:'+sliderwidth+';height:'+sliderheight+';background-color:'+slidebgcolor+'">')
    write('<div id="test2" style="position:absolute;left:0px;top:0px"></div>')
    write('<div id="test3" style="position:absolute;left:-1000px;top:0px"></div>')
    write('</div></div>')
    }
    else if (document.layers){
    write('<ilayer width='+sliderwidth+' height='+sliderheight+' name="ns_slidemenu" bgColor='+slidebgcolor+'>')
    write('<layer name="ns_slidemenu2" left=0 top=0></layer>')
    write('<layer name="ns_slidemenu3" left=0 top=0></layer>')
    write('</ilayer>')
    }
    document.write('</td></table>')
    }
    }
    </script>
    and replace it with the above.
    - John
    ________________________

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

  3. #3
    Join Date
    Aug 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank you very much

  4. #4
    Join Date
    May 2008
    Posts
    144
    Thanks
    6
    Thanked 11 Times in 11 Posts

    Default

    i dont get it... that identical to the code that already exists? i tested this and i still have pauses on my slideshow...

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
  •