You also need to be sure that all the JS files are in the same directory and the paths are correct in your html file.
You might also need to modify the lightbox.js, some configuration here:
Quote:
var fileLoadingImage = "images/loading.gif";
var fileBottomNavCloseImage = "images/closelabel.gif";
|
Also make sure your gallery linking is right on your thumbnails, the rel="lightbox" needs to go on the <a> tag, like this:
<a href="images/pic.jpg" rel="lightbox" title="xxxx"><img src="images/thumbnail.jpg" width="100" height="100" alt="photo" /></a>
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|