HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
#fadeshow1, #fadeshow1 .gallerylayer {
background-color: #fff !important; /* set this to the background color behind the slideshow */
}
#fadeshow1 .gallerylayer img {
max-width: 600px; /* set this to the width of the slideshow */
max-height: 330px; /* set this to the height of the slideshow */
display: block;
}
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script type="text/javascript" src="http://designline.com.au/news/js/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: [600, 330], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["background-84604_640.jpg", "", "", ""],
["evening-55067_640.jpg", "", "", ""],
["sky-62732_640.jpg", "", "", ""] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false, randomize:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "peekaboo",
togglerid: ""
})
</script>
</head>
<body>
<div id="fadeshow1">
</div>
<p> </p>
<table width="647" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="201" valign="top"><img src="background-84604_640.jpg" width="200" height="112" align="top"></td>
<td width="12"> </td>
<td width="200" valign="top"><img src="evening-55067_640.jpg" width="200" height="112" align="top"></td>
<td width="13"> </td>
<td width="221"><img src="sky-62732_640.jpg" width="200" height="125" align="top"></td>
</tr>
<tr>
<td valign="top"><div align="center">1</div></td>
<td> </td>
<td valign="top"><div align="center">2</div></td>
<td> </td>
<td><div align="center">3</div></td>
</tr>
</table>
<p> </p>
</body>
</html>
Bookmarks