1) Script Title: Ultimate Fade In Slideshow v2.0
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm
3) Describe problem:
Hello and thank you for your web-site and forum!
Tried to install 'Ultimate Fade Slideshow v2.0' on my website and it is not working! NOTHING shows up in the table! HELP would be GREATLY appreciated!
I have the following in the head:
And the following in a small table:Code:{*BELOW CODE IS FOR THE DYNAMIC DRIVE SLIDE SHOW*} {literal} <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.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: [300, 300], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ ["../../../images/Ztest/110115.jpg", "", "", ""], ["../../../images/Ztest/110825.jpg", "", "", ""], ["../../../images/Ztest/111225.jpg", "", "", ""] //<--no trailing comma after very last image element! ], 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: "none" }) var mygallery2=new fadeSlideShow({ wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow dimensions: [300, 300], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ ["../../../images/Ztest/111476.jpg", "", "", ""], ["../../../images/Ztest/111512.jpg", "", "", ""], ["../../../images/Ztest/111848.jpg", "", "", ""] //<--no trailing comma after very last image element! ], 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: "none" }) </script> {/literal} {*ABOVE CODE IS FOR THE DYNAMIC DRIVE SLIDE SHOW*}
THANK YOU!Code:{*FOLLOWING IS FOR THE DYNAMIDRIVE FADE SLIDESHOW*} <table align='right' border="0" bordercolor="#fff" style="background-color:#fff" width="600" cellpadding="0" cellspacing="0"> <tr> <td> <div id="fadeshow1"></div> <div id="fadeshow2"></div> {*<div id="fadeshow2toggler" style="width:300px; text-align:center; margin-top:10px"> <a href="#" class="prev"><img src="../../../images/Ztest/110115.jpg" style="border-width:0" /></a> <span class="status" style="margin:0 50px; font-weight:bold"></span> <a href="#" class="next"><img src="../../../images/Ztest/111476.jpg" style="border-width:0" /></a> </div>*} </td> </tr> </table> {*ABOVE IS FOR THE DYNAMIDRIVE FADE SLIDESHOW*}



Reply With Quote


Bookmarks