css3样式在ie中旋转,有人知道如何实现吗?
我知道在 ie 中我可以使用“filter:”进行旋转,但 ies 中的旋转不是从元素中心旋转。
有没有办法在ies中模拟css3样式旋转?在此处输入代码
ps:我没有正确描述它。 我想要一个函数,而不是一次性计算。
喜欢 $('div').click(旋转($(this),(i++)*Math.PI*1/6);
i know in ie i could use "filter:" thing to do rotate,but the rotate in ies is not rotate from the element center.
is there a way to simulate the css3 style rotate in ies?enter code here
ps:i did not desribe it properly.
i want a function ,not a one time compute.
like$('div').click(rotate($(this),(i++)*Math.PI*1/6);
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试一下:IE's CSS3 Transforms Translator,我相信它提到了如何解决您的问题提到。
You could give this a go: IE's CSS3 Transforms Translator, I believe it mentions how to address the issue you mention.