2013-04-24 132 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