Code:
<script type="text/javascript" src="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: [970, 580], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["img/cover/29013_402390686776_523696776_4543044_4313361_n.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["img/cover/30873_404675446776_523696776_4595003_6809531_n.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
["img/cover/4451309881_030443968e_b.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["img/cover/_MG_0741.JPG", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["img/cover/4451724161_31ededc718_b.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["img/cover/4452381428_b338c0abee_b.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["img/cover/4452381428_b338c0abee_b.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["img/cover/4539367440_19dc519d03_b.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["img/cover/4582147115_12f86f4061_b.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:42000, cycles:0, wraparound:false},
persist: true, //remember last viewed slide and recall within same session?
fadeduration: 4000, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
</script>
</head>
<body id="home">
<div id="content" >
<div id="headerHome">
<img src="img/layout/logo.gif" alt="logo" width="337" height="61" title="logo" />
<div class="menu" >
<ul>
<li><a href="option1/option1.html" class="tipHome" title="::<img src='img/homepage/option1.gif'><br /><strong>option1</strong><br />option1.">Portraits</a></li>
<li><a href="option2/option2.html" class="tipHome" title="::<img src='img/homepage/option2.gif'><br /><strong>option2</strong><br />option2.">Landscapes</a></li>
<li><a href="option2/option3.html" class="tipHome" title="::<img src='img/homepage/option3.gif'><br /><strong>option3</strong><br />option2.">events</a></li>
<li><a href="option4/option4.html" class="tipHome" title="::<img src='img/homepage/option4.gif'><br /><strong>option4</strong><br />option4.">other</a></li>
<li><a href="option5/option5.html" class="tipHome" title="::<img src='img/homepage/option5.gif'><br /><strong>option5</strong><br />option5.">awards</a></li>
<li><a href="option6/option6.html" class="tipHome" title="::<img src='img/homepage/option6.gif'><br /><strong>option6</strong><br />option6.">Me</a></li>
</ul>
</div>
</div>
<div id="fadeshow1" style="position:absolute;z-index:-1"></div>
</div>
Please can someone point out where im going wrong ?
Bookmarks