Have you tried -ms-transform:rotateZ(10deg);?
Since -webkitit is also a prefix for a specific provider, you will also have to add it for non-website browsers.
(e.g -ms. -moz,, -o)
Check out this CSS3 3D Transforms tutorial for more information:
http://www.pageresource.com/css3/3d-transforms-tutorial/
source
share