Uses Lightbox JS v2.0 by Lokesh Dhakar
and a modified webpage preloader by Nimrod Abing
This script makes it easier to create tiled image
thumbnail gallery code ready for Lightbox JS v2.0
Hahaha, no styles huh? Yes you can take out this line. Everything in the P tag can be taken out. Leave the div tag since this clears out the floats after the gallery. © 2006 Copyright - BenjArriola.com Isulong SEOph My Isulong SEOph Isulong SEOph - Pang Pinoy Isulong SEOph Oh no!
Works with almost any layout by code in this format where you need it.
<?php lightboxGallery(
'thumbnail height', 'thumbnail width',
'margin width', 'margin height',
'border color'
); ?>
This is scalable to adjust automatically based on the width of it's container.
Containder can be a <div> or <table> with a fixed or scalable width.
For this page, I used:
<div style="width: 480px;">
<?php lightboxGallery(
'45', '45',
'20', '20',
'000000'
); ?>
</div>
By Isulong SEOPh.