2013-04-24 188 views
1

你好这里的一种方式如何使这项工作在IE? http://www.victorgallo.cz/Cube/index.htmlCss转换IE浏览器

我搜索IE转换,但它似乎不支持..在这里有任何不同的方式或东西?在其他浏览器:Firefox,Chrome,Opera它工作..我讨厌IE浏览器!

#cubeSpinner .two { 
-webkit-transform: rotateY(90deg) translateZ(300px); 
-moz-transform: rotateY(90deg) translateZ(300px); 
-o-transform: rotateY(90deg) translateZ(300px); 
transform: rotateY(90deg) translateZ(300px); 
background-image: url(images/main.jpg); 
+0

看看这里 - 可能有帮助:http://stackoverflow.com/questions/7805870/css3-transformscale-in-ie和这里:http://stackoverflow.com/questions/4617220/css-rotate- property-in-ie – 2013-04-24 12:11:03

+0

您正在测试什么IE版本? – Spudley 2013-04-24 13:06:49

+0

IE 10和9请转到有问题的链接,在IE中尝试它;-) – 2013-04-24 13:20:57

回答

0

css3不支持通过,即IE10除外。 你可以()尝试使用jQuery.animate jQuery Documentation

+1

IE9支持多种CSS3功能,包括转换。 – 2013-04-24 12:15:37

1

CSS变换在IE9的支持(与-ms-前缀)和IE10的无前缀。 http://caniuse.com/#feat=transforms2d

+0

我写的Css没有前缀,但仍然在ie它不工作:-(我会尝试-ms-前缀 – 2013-04-24 12:22:58