问题
I have the following css rule:
transform-origin: 100% 50%;
How to make it work in IE7 and IE8? I was google'ing for 4 hours with no luck. Any help appreciated!
回答1:
I have solved this by making image double width as it was before and added left: -300px
(half width of image). I know this is not the best way to do it, but anyway it works like it should do. Hope someone will find this answer helpful :)
来源:https://stackoverflow.com/questions/13931835/how-to-make-css-transform-origin-property-work-in-ie7-and-ie8