Results 1 to 2 of 2

Thread: Ultimate Fade In Slideshow v2.0 - Transparent Images Turned w/ Black Background

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

    Question Ultimate Fade In Slideshow v2.0 - Transparent Images Turned w/ Black Background

    1) Script Title: Ultimate Fade In Slideshow v2.0

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

    3) Describe problem: My png transparent images had a background which is black. I want it to be transparent.

    Here's My Site: http://onlinemediasource.net/wordpress/

    I'm a beginner, I just used this for the 1st time. So please help me.
    By the way, I've been on DD for a while, I just didn't signed up.
    Last edited by Mark!; 12-11-2010 at 03:38 AM.

  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

    I think I see the effect you're going for. Add this (highlighted) as shown to the source code for the page:

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"> 
    <head profile="http://gmpg.org/xfn/11"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 
    <title>Online Media Source || Your Source For All Things Media!</title> 
    <link rel="stylesheet" href="http://onlinemediasource.net/wordpress/wp-content/themes/christmas/style.css" type="text/css" media="screen" />
    <link rel="pingback" href="wp/xmlrpc.php" />
    <style type="text/css">
    #fadeshow1, #fadeshow1 .gallerylayer {
    	background: transparent url(wp-content/themes/christmas/images/header.png) -255px -63px no-repeat !important;
    }
    </style>
    </head>
    
    <body>
    
    <div id="container">
    
    <img src="http://onlinemediasour . . .
    Demo:

    http://home.comcast.net/~jscheuer1/s...de_2/oms_h.htm
    - John
    ________________________

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

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
  •