Ultimate Fade-in slideshow Problem
1) Script Title: Ultimate Fade-in slideshow (v1.51)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm
3) Describe problem: Hi there, I tried installing the script for Ultimate Fade-in Slideshow and had to insert two separate JavaScript's into the one page. Reason is that we want one rotating image at the top of the page and the other at the bottom of the page.
Eg:
<script type="text/javascript">
new fadeshow(fadeimages, 600, 400, 0, 7000, 0)
</script>
<script type="text/javascript">
new fadeshow(fadeimages2, 600, 400, 0, 7000, 0)
</script>
When we load the page, the 1st slideshow works but the 2nd one dosent and is just grey..
Can anyone help?