image gallery script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Richard_in_Az
Forum Newbie
Posts: 12
Joined: Wed Apr 14, 2010 2:12 am

image gallery script

Post by Richard_in_Az »

I'm looking for a simple script that will do the following:

Two divisions on same page.
First division will contain thumbnails. With horizontal scroll bar only.
On load, the first image will appear.
Clicking any thumbnail will generate that larger image ON THE SAME PAGE!

In the thumbnails, I want only one line of images. Not several rows of.

Of the many free and commercial packages I have seen, the vast majority of these scripts all either open the larger image on a new page or in a popup. I want neither.

I was hoping someone might have such a script or a website where it could be found.

:?: 8)
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: image gallery script

Post by requinix »

Probably the most popular "script" is Lightbox.
Richard_in_Az
Forum Newbie
Posts: 12
Joined: Wed Apr 14, 2010 2:12 am

Re: image gallery script

Post by Richard_in_Az »

Thanks but not what I want.
Post Reply