How can I rotate images and text every few seconds using CSS?
Posted
by
Infinity
on Stack Overflow
See other posts from Stack Overflow
or by Infinity
Published on 2012-06-23T02:46:51Z
Indexed on
2012/06/23
3:16 UTC
Read the original article
Hit count: 121
css
In a part of my website I would like to insert some images and a text under each image and I want that the images and texts rotate every few seconds. Is it possible to do using only CSS?
I have googled but I have only found solutions using Java Script or Flash or so. It is also possible using CSS3 @keyframes. But the problem is that IE and Opera do not support it. I'm looking for a pure CSS solution which is also compatible.
© Stack Overflow or respective owner