jQuery LightBox
View code
<div id="lightbox" align="center">
<a href="/imgfiles/LightWindow/images/gallery/Colinas azules.jpg" class="lightbox">
Abrir galeria</a>
<a href="/imgfiles/LightWindow/images/gallery/Invierno.jpg" class="lightbox"></a>
<a href="/imgfiles/LightWindow/images/gallery/Nenúfares.jpg" class="lightbox"></a>
<a href="/imgfiles/foto.gif" class="lightbox"></a>
</div>
<script type="text/javascript">
jQuery(function(){
jQuery('a.lightbox').lightBox();
});
</script>
LightBox jQuery
Shows in a modal window a image gallery.
Used files:jquery.lightbox-0.5.css,jquery.lightbox-0.5.js,jquery.js