Please see this image:

I need something like this which will show quote’s gradually go on top of each other. I don’t want to use flash and I want to make it as easy as possible for the client to update. Has anyone got any suggestions?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would suggest using jquery animate, http://api.jquery.com/animate/ or just fadein, http://api.jquery.com/fadeIn/
Rotate the quotes as you want them, place them on top of eachother using
z-index(dont forget to add eitherposition: relativeorposition: absolute), and hide them.Css3 rotate example:
If you need to make it work for browsers that doesnt support css3, you could just rotate transparent .png:s in PS for example.
Regarding fading in the quotes one by one I would do something like this: