Hi
The slideshow script should be inside the 2nd link as well.
The code I have inserted is this one:
Code:
href="javascript:startShow();"><img alt="" src="/images/flyt_forstyrham.jpg" /></a></div> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script><script type="text/javascript" src="/js/fadeslideshow_mod.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: [400, 400], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ ["/images/flyt_flue1.gif", "", "", ""], ["/images/flyt_flue2.gif", "", "", ""], ["/images/flyt_flue3.gif", "", "", ""], ["/images/flyt_flue4.gif", "", "", ""] ], displaymode: {type:'manual'}, persist: false, fadeduration: 700, descreveal: "ondemand", togglerid: "" }) function startShow() { var interval = 2500; var endInterval = 1000; document.getElementById('flytDig').style.visibility = 'hidden'; setTimeout('mygallery.showslide(1)', 0); setTimeout('mygallery.showslide(2)', interval); setTimeout('mygallery.showslide(3)', interval * 2); setTimeout('mygallery.showslide(0)', interval * 3 + endInterval); setTimeout("document.getElementById('flytDig').style.visibility = 'visible';", interval * 3 + endInterval); } </script> <p>
You can see how it's supposed to work on the 1st link in my first post.
I hope you can help me out
Bookmarks