I'm having the same issue with the image map. Everything works great in IE, and I'm not having any js errors either. Then when i try the same code in Firefox, the screen dims like it's going to work and then just quits. I've tracked it down to a js error making it quit. The error is: "this.imageArray[imageNum] is undefined" then the script just quits. I've also tried several different versions of lightbox to no avail. My example is: http://prairie.jtecheds.com/pages/plots. Anybody have any ideas?
In the lightbox.js file on line 216 add || imageLink.rel == null to the if statement. It still will not allow you to have sets of images, but at least the single image will now work. I'm looking more into it. But at least this will work for now.
Guys - I have just setup a set of images and correct - in Firefox its not working. Can anyone help as I have done so for a client and now I am looking really silly.
This (almost) works for Firefox (for some reason the close image won't appear). Anyway the idea is that you use absolute positioning within a div encases the image and those links. The links themselves have padding that to give the user more of a click range. Now this might not be the most elegant of solutions, but it works... sort of.
Hi, I just built my site www.mhfrandsen.com using Lightbox in my gallery. In GALLERY, when you click the thumbs they load perfect in IE but not in Firefox. I went here for explanation and found this thread and changed:
if (imageLink.rel == 'lightbox){ to if (imageLink.rel == 'null'){
Can anybody tell me if it works in Firefox and did i DO it right?