I wanted to rotate a div. After a lot of research, there is no javascript to rotate a div without using the css transform, unless jquery library is used. The problem is I want to do a small rotation, and adding the library for that is not an option for me.Css transform does not work on IE.
With this example clock the minutes, hours and seconds rotate using javascript itself.
Can anyone help me get a div to rotate on IE7, and above using javascript itself without any additional libraries?