【发布时间】:2014-06-16 15:50:35
【问题描述】:
我在 IE 中使用 -ms-transform 时遇到了一些问题。
在 chrome 和 ff 中一切都很好,但我根本无法让它在 Internet Explorer 中工作。
我正在使用 dabblets 的 prefixfree js 文件。
这是html文件:
http://ikw.inf.elte.hu/wp-content/themes/eit/social/index.html
你能帮我让它在 chrome 中工作吗?
提前谢谢你。
【问题讨论】:
-
普通的
transform呢?什么IE版本? -
顺便说一句,正常的变换包含在 css 中:
transform: rotateY(100deg);
标签: html css internet-explorer transform