Results 1 to 3 of 3

Thread: PNG background

  1. #1
    Join Date
    Jun 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default PNG background

    I just wanted to open new topic about this problem with the script. I am trying to use some baner with transparent borders on top and I get black instead of transparent when I use PNG


  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

    Please post new questions in a new thread like here where I've moved this, and if this is a Dynamic Drive script:

    Warning: Please include a link to the DD script(s) in question in your post. See this thread for the proper posting format when asking a question.


    If you are using:

    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    Your solution might be as simple as adding this to the head of your page:

    Code:
    <style type="text/css">
    #fadeshow1, #fadeshow1 .gallerylayer {
    	background-color: transparent!important;
    }
    </style>
    where fadeshow1 is the wrapperid for your slide show.

    If you want more help, please explain the situation more fully and:

    Please post 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
    Jun 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    jscheuer1 you are the best

    Works great now, thanks.

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
  •