I want to rotate the DIV to a certain degree. In FF it functions but in IE I am facing a problem.
For example in the following style I can set rotation=1 to 4
For IE11 example (browser type=Trident version=7.0):
image.style.transform = "rotate(270deg)";