Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    It works fine in i.e. but doesn't work in firefox,

    Any ideas? STUCK!

    http://www.marche-italy-villas.com/Style_1/piccola/casapiccola.html

    It says can't use rel with areas...
    • CommentAuthorjacopsaj
    • CommentTimeApr 23rd 2008
     
    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?
    • CommentAuthorjacopsaj
    • CommentTimeApr 23rd 2008
     
    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.
  2.  
    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.
    • CommentAuthorsir itts
    • CommentTimeApr 24th 2008
     
    http://unasta.com/~plachenko/imapTest.html

    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.
  3.  
    Great - yep you need to substitute imageLink.rel == null for the code that's already there.

    Keep us posted - many thanks for the fix - would love to have this working on sets too.

    Cheers jacopsaj :)
  4.  
    anyone else found a fix for this?
    • CommentAuthoralex
    • CommentTimeMay 6th 2008
     
    I postet a workaround in my blog:
    http://www.patworx.de/blog/?p=20
    • CommentAuthormikkel
    • CommentTimeOct 13th 2008
     
    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?

    Thanks Mikkel