Lightbox JS v2.0
Lightbox2
by Lokesh Dhakar
Overview
Example
How to Use
Download
Support
Contact
Donate
v2.04 Released 3/09/08
v2.03.4 Released 5/21/07
Overview
Lightbox is a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers.
What's New in Version 2
Image Sets: group related images and navigate through them with ease
Visual Effects: fancy pants transitions
Backwards Compatibility: yes!
Example
Single Images
Image Set
How to Use
Part 1 - Setup
Lightbox 2 uses the Prototype Framework and Scriptaculous Effects Library. You will need to include these three Javascript files in your header (in this order).
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
Include the Lightbox CSS file (or append your active stylesheet with the Lightbox styles).
<link ...
All rights reserved.