Here is one simple lightbox using jQuery that I have used in one of my application. How to Use: Part 1 - Setup
Part 2 - Activate
jQuery LightBox
Image Hover Animation in JQuery
Hi Mahesh, Lightbox is a jQuery application used to display large images using modal dialogs. On a Lightbox-enabled page, a user can click an image to have it magnified in a Lightbox window, which resizes itself according to the size of the image using a gliding animation. Lightbox determines which images will be shown in the modal window through the XHTML "rel" attribute, which is used on an <a> element wrapped around the <img> element. Lightbox also provides a way to attach captions to images and to run a slide show, which can be navigated using the arrow keys. Hope this helps!! -shinu
It will be nice if you can explain where we can use the lightbox and what it looks like? Thanks!