I was installing lightbox for the first time and I'm now confrontated with a problem I can't solve by myself. The effect of the problem is as simple as possible: Nothing works.
I did the following stepts:
1. Including the Scripts <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script> <script type="text/javascript" src="js/lightbox.js"></script>
2. Including the Stylesheet <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
3. Correcting the paths of the scripts and css to their new destination.
4. Correcting the image paths INSIDE the css and scripts.
5. Adding the 'rel="lightbox"'-attribut to the link which is supposed to open the lightbox.
Everything done described on http://www.huddletogether.com/projects/lightbox2, but it still doesn't work.
Simply nothing happends. If I click the image-link, whether the lightbox apperas, nor the image as it would be openend regullary. Firebug spits out "$("overlay") is null" error message.