Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下CSS规则:
transform-origin: 100% 50%;
如何让它在 IE7 和 IE8 中运行?我在谷歌上搜索了 4 个小时,但没有运气。任何帮助表示赞赏!
我通过使图像像以前一样宽并添加left: -300px(图像的半宽)来解决这个问题。我知道这不是最好的方法,但无论如何它应该像它应该做的那样工作。希望有人会发现这个答案有帮助:)
left: -300px