Results 1 to 5 of 5

Thread: Ultimate Fade-in slideshow

  1. #1
    Join Date
    Oct 2005
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-in slideshow

    Hello

    Does anyone know how to lose the border?

    There is a blue image border.

    If you take the link off so the image doesn't link, there is still a border.

    Thanks

    Matt

  2. #2
    Join Date
    Nov 2005
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    try deleting the image... and do a search for the color of the border in the document and if there is a border: b4 it, delete it. but make sure you got the right one!

  3. #3
    Join Date
    Oct 2005
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    not toto sure what you mean

    i just need to give the image no border i think

  4. #4
    Join Date
    Oct 2005
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ahh, got it, change the border bit, in here:

    slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">'

    to this:

    slideHTML+='<img src="'+this.postimages[picindex].src+'" border="0">'

    cheers

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

    Actually the documentation on this fine upgrade to a favorite old script is just a tad weak. The example code in step 2 should read:

    Code:
    <script type="text/javascript">
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, border_width, pause, optionalRandomOrder)
    new fadeshow(fadeimages, 140, 225, 1, 3000, "R")
    new fadeshow(fadeimages2, 140, 225, 0, 5000)
    
    </script>
    Then it would be more clear how to configure the border without resorting to editing the script as gisjmae has done.
    - John
    ________________________

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

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
  •