Results 1 to 5 of 5

Thread: 2 Conveyor Belt slideshows

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

    Question 2 Conveyor Belt slideshows

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

    Hi, I'd like to know if its possible to to have 2 conveyor belt slideshows on one page. The trick is that I'd like one to rotate right to left and the other left to right. Is this possible?

    Below is a table example.
    Code:
    <table width="284" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="284"><div align="right">Right to left </div></td>
      </tr>
      <tr>
        <td>left to right </td>
      </tr>
    </table>
    Thanks!
    Martin

  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

    Due to the complexity of this script, the easiest way to have two on one page is to put one on the page and have another show through onto the page via an iframe. To configure one to go in the opposite direction has already been done here. Copy the source, it can be easily configured for left or right movement or, as shown with the reverse button.
    - John
    ________________________

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

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

    Default

    Hi Jon, that works great! Thanks.

    Just one note, for some reason the following does not work in IE in the IFRAME page:
    slidebgcolor="transparent"

    Thanks,
    Martin

  4. #4
    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

    You can try adding this attribute to the iframe tag:

    Code:
    <iframe allowtransparency="true"></iframe>
    It may take care of it.
    - John
    ________________________

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

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

    Default

    hmmm...unfortunetly it didn't work
    I appreciate your help!

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
  •