ZONTEK releases zeeBox an alternative for light-boxes everwhere. It includes new features like special animations and effects, adding HTML into it, dynamic laoding and many more.
Demo : http://zontek.zzl.org/tuts/zeebox/demo/
Download: http://zontek.zzl.org/tuts/zeebox/zeebox.rar
Usage:
1) Extract the contents and a folder called 'zeebox' will be there.
2) Add these between <head></head>
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="zee-core.js"></script>
<link href="style.css" rel="stylesheet" type="text/css">
Code:
<div id="overlay" onClick="clean()"></div>
<div id="container"></div>
4) To make an image shown in it edit the img tag like this
Code:
<img src="test.jpg" alt="Description about the image. Note that HTML coden put inside too works" onClick="zee(this.src,this.alt);" />
The product is still under BETA testing. Please report any bugs.
Thank you!