
Originally Posted by
Twey
You've got a quote left open here:
Code:
font-family: "Garamond","Verdana","Georgia","sans-serif;
Actually none of those should be quoted, as there are no spaces in the font names. That isn't the main problem though, which is careless commenting. The way to fix that is to remove all of the commented lines you've created in the script, or, for a quick fix, you can just make a comment close before the closing script tag here:
Code:
. . . tainer.onmouseover=function(){cacheobj.mouseovercheck=1}
crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
}
this.rotateimage()
}
//-->
</script>
</head>
<body>
<div id="wrappe . . .
I also notice that:
images/rittaire_resized/IM000627.jpg
and:
images/rittaire_resized/IM000628.jpg
are not on the server.
Another issue is that this (red):
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, 217, 163, 0, 3000, 1, "R")
new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
</script>
should be removed, as fadeimages2 is not fully defined.
Bookmarks