Since you have one, you need to add lightbox to your onload:
Code:
<body onLoad="initLightbox();MM_preloadImages('images/home_ro.jpg','images/artists_ro.jpg','images/services_ro.jpg','images/contact_ro.jpg');">
And it would be a good idea, though probably not required, to remove it (remove this line):
Code:
addLoadEvent(initLightbox); // run initLightbox onLoad
from the end of lightbox.js. The rel is lightbox, not lighthouse:
Code:
<a href="willow-2005-photo.jpg" rel="lightbox" title="Caption- cute cat!">
For the full effect, you will need to upload loading.gif, close.gif and overlay.png to the same folder containing the page and script.
Bookmarks