go0n
03-07-2010, 12:38 AM
1) Script Title: Ultimate Fade-In Slideshow v2.0
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: Having a problem with the images loading in IE. Both in Safari and Firefox it works brilliantly. This happened overnight. It was working on IE yesterday. The site is hosted on godaddy and I was on the phone with them with no such luck on a fix other than its my fault somehow. Not too sure why its working in two other browsers... If anyone can help that would be awesome!
http://www.thenadeaucollection.com
Code Below
<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: [539, 287], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["images/B1.jpg"],
["images/B2.jpg"],
["images/B3.jpg"],
["images/B4.jpg"],
["images/B5.jpg"] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
</script>
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: Having a problem with the images loading in IE. Both in Safari and Firefox it works brilliantly. This happened overnight. It was working on IE yesterday. The site is hosted on godaddy and I was on the phone with them with no such luck on a fix other than its my fault somehow. Not too sure why its working in two other browsers... If anyone can help that would be awesome!
http://www.thenadeaucollection.com
Code Below
<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: [539, 287], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["images/B1.jpg"],
["images/B2.jpg"],
["images/B3.jpg"],
["images/B4.jpg"],
["images/B5.jpg"] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
</script>