Results 1 to 3 of 3

Thread: ultimate fade slide show background

  1. #1
    Join Date
    Jun 2011
    Location
    Staten Island, NY
    Posts
    6
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default ultimate fade slide show background

    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 change the default background color for the slideshow from black to white? I tried to do it with the css, but obviously I'm doing it wrong. Here's what I did to the css:

    Code:
    .fadeshow2 {
    	z-index: 1;
    	background: #fff;
    }
    Thanks for any help!

    -- Victor
    Last edited by jscheuer1; 06-28-2011 at 02:04 AM. Reason: format code

  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

    Assuming the wrapperid for your show is, as suggested by your post, fadeshow2:

    Code:
    #fadeshow2, #fadeshow2 .gallerylayer {
    	background-color: #fff !important;
    }
    - John
    ________________________

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

  3. #3
    Join Date
    Jun 2011
    Location
    Staten Island, NY
    Posts
    6
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Good heavens! That worked! Thank you so much.

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
  •