How to make css transform-origin property work in IE7 and IE8?

偶尔善良 提交于 2019-12-08 12:18:24

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!