Results 1 to 1 of 1

Thread: ultimate fade in slide show 2.1 screen error

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

    Question ultimate fade in slide show 2.1 screen error


    I have installed this slide show codes in my blog to light the christmas tree. however, the tree has outer black jacket as you see in the above site. I have followed the directions that were written. How could I make a neat surface of the tree slide? To be sure, the original images have no black dirts.
    Script URL: http://www.dynamicdrive.com/dynamici...nslideshow.htm

    I edited several parts for application.

    1. embedding script
    1) changing size: dimensions: [130, 252]
    2) image array: 11 images
    3)display mode: {type:'auto', pause:100, cycles:0, wraparound:false, randomize:true}
    4)fadeduration: 500
    2. background to transparent in fadeslideshow.js
    Code:
    setting.$gallerylayers=$('<div class="gallerylayer"></div><div class="gallerylayer"></div>') //two stacked DIVs to display the actual slide 
    			.css({position:'absolute', left:0, top:0, width:'100%', height:'100%', background:'transparent'})
    			.appendTo(setting.$wrapperdiv)
    You can compare the original image slides using flash with this javascript-applied slides in this link.
    Last edited by wordwood; 12-07-2009 at 11:03 AM.

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
  •