css3 style rotate in ie,do anyone know how to make it happen?
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 her开发者_开发知识库e
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);
You could give this a go: IE's CSS3 Transforms Translator, I believe it mentions how to address the issue you mention.
精彩评论