Rie*_*u͢s 9 css firefox position fixed
今天我已经将Firefox更新到版本31.从那时起,perspective禁用任何孩子的固定位置.它在早期版本的Firefox中没有发生,也没有在Chrome中发生过.
perspective
Fiddle FF 31-35 required
这是行为还是错误?以及如何避免它?
Luc*_*rdi 0
尝试使用此设置:
.perspective { width: 100%; height: 100px; position: fixed; perspective: 500px; top: 0; }
这将使容器保持在顶部并被固定。 工作小提琴:小提琴
归档时间:
11 年,3 月 前
查看次数:
685 次
最近记录:
10 年,9 月 前