XBox 360 Warranty Replacement - The Rejection A Simple Quote

A word on the jQuery Lightbox

Posted in: Development, jquery Add comments

It’s been a while since i’ve posted an updated to the jQuery Lightbox script I uploaded.  Don’t worry,  I haven’t forgotten it,  and I know that there are still bugs to be fixed.  I simply had a few busy weeks with work, followed by a much needed vacation.  There should be a new version online in the near future.  Here’s what I plan to address in the next release:

  • After closing the lightbox, it sometimes doesn’t re-open
  • In Firefox 2.0+ you get scrollbars when you click the close button
  • Overlay doesn’t resize when you resize the window.

One Response to “A word on the jQuery Lightbox”

  1. Torben Says:

    Hi,
    the last issue is pretty easy to resolve. Simply change the width attribute of the overlay div from the pixel value to “100%”.

    Moreover you can add the following into lightbox.css:
    html, body {
    height:100%;
    min-height:100%;
    width:100%;
    }

    Cheers,
    Torben

Leave a Reply