我对透视属性有误。 如果您在Google Chrome(v33)和Mozilla Firefox(v28)上看到this JSFiddle code,我就会有所不同。 如果我评论代码,我可以在Chrome上重现此错误:
-webkit-perspective: 2500px;
-moz-perspective: 2500px;
perspective: 2500px;
如何在两种浏览器上获得相同的结果?
谢谢大家的帮助,抱歉我的英语不好。
答案 0 :(得分:1)
您需要将position:absolute
设置为#header-cube-container
而不是#header-cube
。