tags:

views:

34

answers:

2

I can use CSS or javascript but I've been struggling with it. It needs to be an "on-click" behavior when you click on the number in the lower right corner... like this one: http://www.winteradagency.com/mrw/images/residential2.jpg So that when you click on #1 you get the first photo, #2 the 2nd one and so on... Any ideas? thanks!

A: 

Why not create four buttons and align it to right end, and everytime the image changes you update the text of the buttons. Each button could simply update the image to the one corresponding to its number.

Suraj Chandran
so it would be an arrow or something signifying they could move to the next image?
Drea
maybe not just a single arrow, but four buttons like the way Google provides...
Suraj Chandran
A: 

Without showing what you've tried, I'm a little reluctant to just give you the answer. You'll learn more if I don't. If you provide code and show where you're stuck and such, well, that's a different story.

That being said, if you want to use jQuery, there are some nice plugins that have a similar functionality to what you want. One of them being Easy Slider. Here's also a list of 15 jQuery Image Gallery Plugins that I got from doing a quick google search.

munch
That's perfect. I'll use easy slider. I was trying to do it using Fireworks and just couldn't get it to work. I went to jQuery and couldn't find the right thing using their search feature. This is just what I needed. thanks!
Drea