I use jquery to rotate my div one by one using fade effect but the effect is not smooth it jumps up and down and then display here is my fiddle.
http://jsfiddle.net/xXRw
Add the following CSS:
.testimonials { position: relative; } .testimonials .a { position: absolute; }
This will put all the .a's on top of one and other
.a
DEMO: http://jsfiddle.net/xXRwA/1/