View Full Version : pop up help


Archaius
06-18-2004, 09:20 PM
hey, could you possibly help me with some coding. What i want to do is have the thumbnails of pictures which when you click on them opens up a pop up window, but i want it in the way the Neopets art gallery does it, so the pop up has different numbers to click on, each one being a different photo.

Do you think you could help?

Archaius
06-22-2004, 06:19 PM
Anyone?

Why-Not
06-22-2004, 06:28 PM
yes sortof but i dont realy understand u?

Archaius
06-22-2004, 07:19 PM
http://www.neopets.com/art/gallery.phtml

I would like to have my images like this, so you click on a thumbnail that opens up the pop up, and in the pop up it has numbers to click on to go to the next image

juicyclad
06-23-2004, 02:07 AM
Just create a seperate html page for each image and add like <a href="whateverthenextis.html>Next</a> or whatever you'd like under the image, and use javascript pop-ups(explained under "javascript" on lissa's site) to open whatever size the image is, plus like 15 more pixels in height for the link.
(sorry if that's really confusing! just an idea!)