LG移动设备修复了css3的bug

时间:2014-01-07 09:22:04

标签: css mobile

参考网站:

http://jsfiddle.net/kkh975/SCJ9J/1/

<div id="test1">
   box contents    
    <div id="test2">
        fix contents
    </div>
</div>

html, body {
    height: 100%;
}
#test1 {
    width: 100%;
    height: 100%;
    border: 1px solid blue;
    background: #bbb;
}

#test2 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    border: 1px solid red;
    background: #ddd;
}

我发现不能在LG手机(即LG G2)固定的位置工作,但其他设备工作得很好。我可以解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

添加“-webkit-backface-visibility:hidden;”到位:固定。

帮助此网站:http://codepen.io/benfrain/full/wckpb