Results 1 to 5 of 5

Thread: How to chnage the border color of the tabel inside the Conveyor Belt script?

  1. #1
    Join Date
    Jan 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to chnage the border color of the tabel inside the Conveyor Belt script?

    1) Script Title: Conveyor Belt

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

    3) Describe problem:

    Hi,

    I want to put a 1px white border around the whole belt.
    How can I do this?

    Thanks

    Bernd

  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

    Code:
    document.write('<table style="border-collapse:collapse;border:1px solid white;" border="0" cellspacing="0" cellpadding="0"><td>')
    - John
    ________________________

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

  3. #3
    Join Date
    Jan 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    sorry, doesn't work ...there is a border around the belt, but changing these parameters doen't have any effect. If I change the color or the pix value there is no difference ...

    Any other ideas...

    Regards

    Bernd

  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

    Works here.
    - John
    ________________________

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

  5. #5
    Join Date
    Jan 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry works now...copy and paste is not so easy sometimes ...

    Thanks & Regards

    bernd

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
  •