3

I am looking for a light weight, cross-browser compatible lightbox with features of displaying a pop-up window. I want to keep the popup window to be run in the lightbox and no matter what they do in the lightbox, the lightbox should never close until it is either clicked somewhere in the black area or by simply clicking an "X" in the upper right hand corner. Does something like this exist?

Ashok Padmanabhan
  • 2,110
  • 1
  • 19
  • 36
anthonypliu
  • 12,179
  • 28
  • 92
  • 154
  • duplicate: http://stackoverflow.com/questions/2293520/jquery-is-there-a-very-light-weight-lightbox-available/ – ghoppe Aug 09 '10 at 05:36

3 Answers3

4

I use Fancybox for many reasons. There is a small reference at http://anirugu.blogspot.com/2010/07/jquery-lightbox-fancybox-is-best.html

There is another at http://www.balupton.com/sandbox/jquery-lightbox/demo/.

Simon East
  • 55,742
  • 17
  • 139
  • 133
0

I've used this plugin before and it worked well for me: http://leandrovieira.com/projects/jquery/lightbox/

Alastair Pitts
  • 19,423
  • 9
  • 68
  • 97
0

The best multi option lightbox which I always use in all my projects is NyroModal.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Gobi
  • 291
  • 1
  • 5
  • 17