Is it possible to rotate a Div in cyclic rotation using JavaScript. I have four DIVs in an HTML page. I need to rotate those DIVs in a cyclic rotation.
You may be able to use the Raphaël JavaScript library to accomplish something like this.
Steve