Silver
11-04-2013, 10:31 PM
1) Script Title: Ultimate Fade-in slideshow hyperlinks
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: I am brand new to this forum and I am so glad you are here! I have had the ultimate fade-in slideshow for some time now and I love it. I have always wanted to add hyperlinks to the images to when someone clicks on the image it will take them to the page where this image is. Believe it or not my site was built on FrontPage 2002 and I really miss the software. Anyway, this is a copy of my code:
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [953, 389], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://mygiftsite.com/Images-Slideshow/Cabin-Birdhouse.jpg"],
["http://mygiftsite.com/Images-Slideshow/Thanksgiving_2013.jpg"],
["http://mygiftsite.com/Images-Slideshow/CinnamonCandle.jpg"],
["http://mygiftsite.com/Images-Slideshow/CuckooClock.jpg"],
["http://mygiftsite.com/Images-Slideshow/PalmTree.jpg"],
["http://mygiftsite.com/Images-Slideshow/SageBathSet.jpg"]
//<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:9000, cycles:0, wraparound:false} ,
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "no",
togglerid: ""
})
</script>
As you have already guessed, the name of my website is www.mygiftsite.com. I really appreciate the help as I am still not a coder.
Thanks in advance,
Silver
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: I am brand new to this forum and I am so glad you are here! I have had the ultimate fade-in slideshow for some time now and I love it. I have always wanted to add hyperlinks to the images to when someone clicks on the image it will take them to the page where this image is. Believe it or not my site was built on FrontPage 2002 and I really miss the software. Anyway, this is a copy of my code:
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [953, 389], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://mygiftsite.com/Images-Slideshow/Cabin-Birdhouse.jpg"],
["http://mygiftsite.com/Images-Slideshow/Thanksgiving_2013.jpg"],
["http://mygiftsite.com/Images-Slideshow/CinnamonCandle.jpg"],
["http://mygiftsite.com/Images-Slideshow/CuckooClock.jpg"],
["http://mygiftsite.com/Images-Slideshow/PalmTree.jpg"],
["http://mygiftsite.com/Images-Slideshow/SageBathSet.jpg"]
//<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:9000, cycles:0, wraparound:false} ,
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "no",
togglerid: ""
})
</script>
As you have already guessed, the name of my website is www.mygiftsite.com. I really appreciate the help as I am still not a coder.
Thanks in advance,
Silver