Results 1 to 3 of 3

Thread: Ultimate Fade-in slideshow - transparent fade-in?

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

    Lightbulb Ultimate Fade-in slideshow - transparent fade-in?

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

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

    3) Describe problem: Is there a way to set a transparent fade-in? I am using the slideshow in a div with a gradient background. The images in the slideshow share the same gradient and it blends perfectly after initial load. But on first load, the slideshow fades in from black and doesn't look too good. I'd rather it have a transparent fade in.

    Any help would be appreciated.

  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

    If all is as I think you're saying it is, just add this stylesheet to the head of the page:

    Code:
    <style type="text/css">
    #fadeshow1, #fadeshow1 .gallerylayer {
    	background: transparent !important;
    }
    </style>
    Or add its rule to an existing stylesheet for the page.

    Where fadeshow1 is the wrapperid for the slideshow. If your's is different, make adjustments to the style rule accordingly.

    Be sure to use the !important keyword as shown to override the scripted styles for these elements.

    The browser cache may need to be cleared and/or the page refreshed to see changes.

    If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
    Last edited by jscheuer1; 03-03-2012 at 05:10 AM. Reason: spacing
    - John
    ________________________

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

  3. #3
    Join Date
    May 2009
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much! Worked perfectly.

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
  •