First, get rid of this (red), you aren't using it and it is preventing the slide show from working in most browsers:
Code:
<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, 117, 0, 6000, 1, "")
new fadeshow(fadeimages2, 140, 117, 0, 6000, 0)
</script>
Just add to your style section:
Code:
<style type="text/css">
body {
background-image: url("images/lgren051.jpg");
background-position: 0% 0%;
background-repeat: repeat;
background-attachment: fixed
}
#master0 div {
background-image: url("images/lgren051.jpg");
}
</style>
Bookmarks