Share Posted February 5, 2015 Is transformOrigin supported in IE9? If not, is there a work around? Strangely enough I don't have an issue with this in IE 8. Box 2 is supposed to rotate from the top but doesn't seem to do this in IE9. Thanks in advance. Any suggestion is much appreciated. See the Pen LEOPre by anon (@anon) on CodePen Link to comment Share on other sites More sharing options...
Share Posted February 5, 2015 Hi deanpien yep , pls use transform-origin with two-value syntax for iE9 support , like this : transformOrigin:"50% 0%" or transformOrigin:"25px 0px" and pls check this out : http://www.w3schools.com/cssref/css3_pr_transform-origin.asp 2 Link to comment Share on other sites More sharing options...
Author Share Posted February 5, 2015 That worked. Thanks so much. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now