Where's the polaroid script? I see polaroid css but no js.
I see:
Code:
<script type="text/javascript" src="js/fadeslideshow.js">
<script type="text/javascript" src="js/jquery.polaroid.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
Which should be:
Code:
<script type="text/javascript" src="js/jquery.polaroid.js"></script>
<script type="text/javascript" src="js/fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
But even when I fix that, js/jquery.polaroid.js is a 404 Not Found.
Where did you originally get this script?
Bookmarks