views:

40

answers:

1

Is there any plugin out there that will let me place divs on top of one another and allow me to cycle through them? Something like this:

  --------------
         DIV 2  |
--------------  |
      DIV 1   | |
              | |
              |
              |
              |
              |
+2  A: 

JQuery Cycle Plugin

Kobi
@Kobi: Thanks for that. I'm looking for something that can actually show all the divs in the background as well. Something like the figure I've drawn (cycling through a set of cards?). I am not sure if the cycle plugin can do this. I think this has to do with css and some matrix transformations but I was curious if someone already made a plugin for this.
Legend