Results 1 to 3 of 3

Thread: Change color matting in fade slideshow?

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

    Default Change color matting in fade 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: Can the background matting of the fade slideshow be changed from black to white? If yes, where in the script should the change be made?

    Thanks

  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

    No need to edit the script. Use css style.

    Say your slideshow's uniqueid is fadeshow1, then put this stylesheet in the head of the page:

    Code:
    <style type="text/css">
    #fadeshow1, #fadeshow1 .gallerylayer {
    	background-color: white !important;
    }
    </style>
    Or put its rule in an existing stylesheet for the page. The !important keyword overrides the scripted style. If your slideshow uses a different uniqueid, substitute that for fadeshow1 in the above.

    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.
    - John
    ________________________

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

  3. #3
    Join Date
    Sep 2012
    Posts
    23
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    It worked, thank you!

Similar Threads

  1. How to change padding color of 'Ultimate Fade-in slideshow'
    By imimin in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 05-06-2011, 04:22 AM
  2. fade slideshow/ how to change html BG color in the code
    By ellahe in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 10-20-2009, 01:35 AM
  3. Ultimate Fade-in slideshow - how to change border color
    By mitja in forum Dynamic Drive scripts help
    Replies: 6
    Last Post: 08-21-2009, 04:28 PM
  4. Ultimate fade-in slideshow - fade-in time change
    By TheJoe in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 08-06-2009, 04:51 PM
  5. Change fade time in Ultimate Fade In slideshow
    By Zaphodz in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 11-17-2006, 01:08 PM

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
  •