我正在尝试旋转像http://jsfiddle.net/jeanluca/HKpAX/
这样的div在chrome中看起来比firefox更好,但为什么呢? firefox不支持这种旋转,还是我错过了css属性?
欢呼声
答案 0 :(得分:0)
您在px
属性
perspective
.container {
height: 100% ;
width: 100% ;
-webkit-perspective: 200px ;
-moz-perspective: 200px ; /* 200px instead of 200 */
margin-left:200px ;
}