ios移动端部分手机不支持background-attachment:fixed的解决办法-成都快上网建站

ios移动端部分手机不支持background-attachment:fixed的解决办法

ios系统和某些移动端background-p_w_upload:fixed不兼容性,没有任何效果,但可以hack一下就可以了,代码如下:

创新互联2013年至今,先为阿勒泰等服务建站,阿勒泰等地企业,进行企业商务咨询服务。为阿勒泰企业网站制作PC+手机+微官网三网同步一站式服务解决您的所有建站问题。

ps:想在哪个标签加背景,可以在它class后:before.

?

1
2
3
4
5
6
7
8
9
10
11
body:before {
  content: ' ';
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(path/to/p_w_picpath) center 0 no-repeat;
  background-size: cover;
}

内容来自:前端录ios_iphone_移动端background-p_w_upload:fixed兼容性[失效]


当前标题:ios移动端部分手机不支持background-attachment:fixed的解决办法
分享网址:http://kswjz.com/article/iescoi.html
扫二维码与项目经理沟通

我们在微信上24小时期待你的声音

解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流