views:

328

answers:

4

Looking for a Lightbox which is jQuery based, compatible with IEr (and naturally all major browsers), lightweight and easy to customize (like border thickness and color) and be used for submitting forms. The form is in the lightbox. Planning to use with ASP.NET (not that it matters but a plus if it works well with it).

Please don't post a link to a list of lightboxes. I can Google that. Need specific ones which meet my requirements and you know they do.

+2  A: 

I prefer using thickbox, http://jquery.com/demo/thickbox/ it has a lot of functionality, and the non compressed code is very easy to customize

jtymann
+1  A: 

Have you try this one, ColorBox?

RioTera
+1  A: 

Fancybox is a really good alternative to other lightboxes. You can customize it with the parameters you pass to it on construction (things like max height, close-when-clicking-outside-of-the-lightbox, gallery scrolling, etc). You can also fully customize the look of it with CSS.

Mike Trpcic
+1  A: 

You can find a few here :-)

http://woork.blogspot.com/2009/07/10-interesting-lightweight-jquery.html

IrishChieftain