Jason Berry
11-11-2007, 08:57 PM
1) Ultimate Fade-in slideshow (v1.51)
2) http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) I am having problems adjusting the width and height of the container. When entering my width and height in pixels, it remains the same size as the demo. Here is my code:
Step 1:
<script type="text/javascript">
/***********************************************
* Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["Branches_1.jpg", "", ""] //plain image syntax
fadeimages[1]=["Windermere_Hail.jpg", "http://www.cssdrive.com", ""] //image with link syntax
fadeimages[2]=["Blizzard1.jpg", "http://www.javascriptkit.com", "_new"] //image with link and target syntax
var fadebgcolor="white"
</script>
Step 2:
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width="300px", slideshow_height="225px", borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 140, 225, 0, 3000, 1)
new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
</script>
Any help would be GREATLY appreciated!
2) http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) I am having problems adjusting the width and height of the container. When entering my width and height in pixels, it remains the same size as the demo. Here is my code:
Step 1:
<script type="text/javascript">
/***********************************************
* Ultimate Fade-In Slideshow (v1.51): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
var fadeimages=new Array()
//SET IMAGE PATHS. Extend or contract array as needed
fadeimages[0]=["Branches_1.jpg", "", ""] //plain image syntax
fadeimages[1]=["Windermere_Hail.jpg", "http://www.cssdrive.com", ""] //image with link syntax
fadeimages[2]=["Blizzard1.jpg", "http://www.javascriptkit.com", "_new"] //image with link and target syntax
var fadebgcolor="white"
</script>
Step 2:
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width="300px", slideshow_height="225px", borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 140, 225, 0, 3000, 1)
new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
</script>
Any help would be GREATLY appreciated!