开发者社区> 问答> 正文

固定的背景在安卓手机是不是动的,但是IOS手机上却起不到固定的作用,是怎么回事呢?

body{
        background: url(../img/Invitation_bg.png);
        background-repeat:no-repeat;
        background-attachment:fixed;
        -webkit-background-repeat:no-repeat;
        -o-background-repeat:no-repeat;
        -moz-background-repeat:no-repeat;
        -ms-background-repeat:no-repeat;
        -webkit-background-attachment:fixed;
        -o-background-attachment:fixed;
        -moz-background-attachment:fixed;
        -ms-background-attachment:fixed;

    }

这个背景在安卓手机上是不会动的。
在IOS手机上却固定不了,请问是怎么回事

展开
收起
杨冬芳 2016-06-13 10:14:18 2442 0
1 条回答
写回答
取消 提交回答
问答排行榜
最热
最新

相关电子书

更多
手淘iOS性能优化探索 立即下载
From Java/Android to Swift iOS 立即下载
深入剖析iOS性能优化 立即下载