Oh wait, there's more. On your page you have this:
Code:
<link rel="stylesheet" type="text/css" href="utahbirth.css" />
/***********************************************
* Ultimate Fade-In Slideshow (v1.5): © 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.
***********************************************/
<style type="text/css">
The red part shouldn't even be there. The credit should be included with the script call which should be separate from the slideshow call. The script call belongs after the style, it should go here:
Code:
font-weight: normal;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: d8c6e9;
}
</style>
<script type="text/javascript" src="bannerad.js">
/***********************************************
* Ultimate Fade-In Slideshow (v1.5): © 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.
***********************************************/
</script>
<script type="text/javascript" src="dropmenu.js">
/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
Then the later slideshow call should look like so (without the src attribute):
Code:
<td style="text-align: center; height: 100px; width: 100%;" bgcolor="black">
<script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 140, 225, 0, 3000, 1, "R")
</script>
</td>
There could yet be other problems but, correcting these and the one mentioned in my previous post will be a good start.
Bookmarks