Results 1 to 2 of 2

Thread: New Fadeslideshow - PNG image format issues

  1. #1
    Join Date
    May 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default New Fadeslideshow - PNG image format issues

    1) Script Title: :: Ultimate Fade-in slideshow (v2.4)

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

    3) Describe problem: I am using PNG instead of JPG images. So with PNG image, it drops a BLACK BACKGROUND behind every image...so I edited in JS file provided (fadeslideshow.js) the... background:'black' to background:'transparent' because of the PNG images.

    HERE IS MY SITE

    But, now it overlapes the other image now. From hero---to zero Loads good on intro, but give it a sec and you will see.

    Thnx - Jorge
    Last edited by JR Coding; 05-10-2012 at 09:18 PM.

  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

    The slideshow requires background. Otherwise there can be bleed through. Put this in your stylesheet:

    Code:
    #fadeshow1, #fadeshow1 .gallerylayer {
    	background: #004890 !important;
    }
    - 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
  •