1) Script Title: Ultimate Fade-in slideshow (v2.1)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm
3) Describe problem: I am a complete website beginner.. I'm putting together a website for myself which I have done using Goldfish. and I've used the Ultimate Fade-in Slideshow code on the front page and it looks amazing.
However, I have some controls under the show which I don't want. Its intended to be a small 4 image show so no big production and the viewer can look at another page if they wish.
I cant see anything in the code which indicates any relationship to the button images but no matter what I try they remain or the images disappear
and the images are presented further up the page. I thought taking out the togglerid line should work, but its not working.
Any help would be very gratefully received. I hope I've been descriptive enough. Big thank you in advance!
Code:<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="fadeslideshow.js"> /*********************************************** * Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more ***********************************************/ </script> <script type="text/javascript"> var mygallery=new fadeSlideShow({ wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow dimensions: [831, 311], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ ["Rips.jpg"], ["Blown.jpg"], ["Hangman.jpg"], [""] ], displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false}, persist: false, //remember last viewed slide and recall within same session? fadeduration: 500, //transition duration (milliseconds) descreveal: "ondemand", togglerid: "" }) </script>



Reply With Quote

Bookmarks