Results 1 to 3 of 3

Thread: Fade-in Slideshow

  1. #1
    Join Date
    Jul 2010
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Fade-in Slideshow

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

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

    3) Describe problem:

    Hey everyone.
    I am using this awesome script but i want to get rid of the black screen which appears while loading the script. so does anyone have an idea what i can do? maybe sth like a preloader for the script?
    please consider that i have just started learning javascript for about 3 weeks.

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    you can change the background color with css like this

    Code:
    #fadeshow1, #fadeshow1 .gallerylayer {
     background-color: white !important;
    }
    here it it changed to white but you may use any hex color as well, just remember the !important statement otherwise it will not work.

  3. The Following User Says Thank You to azoomer For This Useful Post:

    Me and Myself (07-24-2010)

  4. #3
    Join Date
    Jul 2010
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    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
  •