views:

399

answers:

1

I am looking for a javascript (preferably jQuery) script that will simulate a coverflow like effect - but not quite like a coverflow. I made a simple example of what i am trying to achive here:

alt text

The black is the main image currently in focus - there is a prev and next link directly next to the main photo. The 2 purple boxes illustrate the previous and next image. They are slightly faded out, and the part which is under/in the black frame is hidden, so only part of the image is vissible. There can only be 3 images vissible at the time, and only one image fully vissible (the on in the middle).

i have tried looking at the jQuery carousel, and some coverflow plug-ins - but none that i have found seems to be able to fit these needs - anyone in here got an idea or a link to some code that would prodice the above mentioned?

Thanks

A: 

check out this very cool jcrousel here.http://sorgalla.com/jcarousel/

Pragnesh Patel