使用CSS样式透视图时,切换选项卡会破坏背景图像

时间:2011-09-29 18:38:15

标签: html5 google-chrome css3

任何想法为什么?

哪些步骤会重现这个问题?

  1. 加载以下小提琴:http://jsfiddle.net/bhellman1/4fTeA/1/
  2. 在结果框中,向下滚动
  3. 切换到另一个标签
  4. 然后回到小提琴,注意背景图像破了,它已经消失了,你现在看到的都是背景颜色
  5. 在通过chrome进行制表时,背景图像应该保持不变。相反,切换到另一个Chrome标签会破坏背景图片

1 个答案:

答案 0 :(得分:1)

摆脱所有这些代码为我修复了它:

#number .flipper {
    perspective: 1000;
    -o-perspective: 1000;
    -ms-perspective: 1000;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
}

甚至不确定那究竟是什么。