Lightbox 2.03a requires the effects.js file. Yours should be here:
http://www.hystericalwebdesign.com/js/effects.js
But it's a 404 not found. This file comes in the distribution archive (lightbox2.03a.zip) that you should already have. Or you could download it from here:
http://dynamicdrive.com/dynamicindex.../js/effects.js
(right click and 'save as'). However you get it, upload it to your:
http://www.hystericalwebdesign.com/js/
folder and that error will go away.
I know this file can be easy to miss because it's not specifically linked to from the external script tags that you put on your page. Its link is created by the scriptaculous.js script when scriptaculous.js is invoked like so:
Code:
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
In any case, you need it, so get it up there.
Bookmarks