Results 1 to 3 of 3

Thread: Ultimate fade in slide show -bg colour

  1. #1
    Join Date
    Oct 2009
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Ultimate fade in slide show -bg colour

    1) Script Title: Ultimate fade in slide show

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

    3) Describe problem: Does anyone know how I can change the background colour of the black box to white? If you look at my website www.one1918.com you can see the slideshow works fine but when you first enter the site you can see a black box before the first image loads. Can I change this to white?

  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

    You may use overriding style to do this, ex (goes in the head of the page):

    Code:
    <style type="text/css">
    #fadeshow1, #fadeshow1 .gallerylayer {
     background-color: white!important;
    }
    </style>
    Where fadeshow1 is the wrapperid/id for the container/target division for the slide show.
    - John
    ________________________

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

  3. #3
    Join Date
    Oct 2009
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    John you will go to heaven, Thank you

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
  •