It shouldn't be the picture problem i think.. Please help this is the script that i use.
I can't see the whole div. But when preview in firefox i can see... and it works.
PHP Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="../../../../../themes/default/js/fadeslideshow.js"></script>
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://www.dynamicdrive.com/ddincludes/logo.gif", "http://en.wikipedia.org/wiki/Cave", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
["http://www.dynamicdrive.com/ddincludes/logo.gif"],
["http://www.dynamicdrive.com/ddincludes/logo.gif", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
</script>
PHP Code:
<div id="footer">
SlideShow!
<div id="fadeshow1"></div>
</div>
Bookmarks