davebrockett
11-01-2010, 04:49 AM
1) Script Title: Ultimate Fade In Slideshow v2.4
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: Just using 2 images - Got it to stop on image I want - but now want to use that image (mainface2.jpg) as an image map to further navigate the site. Tried inserting image map code in variety of configurations - no luck.
I Love the Ultimate Fade In Slideshow! And want to use it! Any Ideas?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<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: [700, 650], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["IMAGES/mainface1.jpg"],
["IMAGES/mainface2.jpg"]
//<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:1000, cycles:1, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "none",
togglerid: ""
})
</script>
<link rel="stylesheet" type="text/css" href="divcenter.css" />
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="10">
<div id="content">
<div id="fadeshow1"></div>
</div>
</body>
</html>
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: Just using 2 images - Got it to stop on image I want - but now want to use that image (mainface2.jpg) as an image map to further navigate the site. Tried inserting image map code in variety of configurations - no luck.
I Love the Ultimate Fade In Slideshow! And want to use it! Any Ideas?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<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: [700, 650], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["IMAGES/mainface1.jpg"],
["IMAGES/mainface2.jpg"]
//<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:1000, cycles:1, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "none",
togglerid: ""
})
</script>
<link rel="stylesheet" type="text/css" href="divcenter.css" />
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="10">
<div id="content">
<div id="fadeshow1"></div>
</div>
</body>
</html>