Hallo,
in lightbox.js sind die letzten Zeilen:
function initLightbox() { myLightbox = new Lightbox();
var firstLight;
if(firstLight=document.getElementById('uah'))
firstLight.onclick.apply(firstLight);
}
Event.observe(window, 'load', initLightbox, false);
Also setzt man das fragliche Bild mit der id="uah" (was mag wohl uah heißen?) und es geht.
zwei Fagen noch:
Warum ...onlick.apply()? und nicht nur wie von Vinzenz vorgeschlagen nur ...onclick()?
Warum event.observe statt window.onload
Gruß
jobo