青岛网站建设新闻资讯

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

时间:2023-12-07 已阅读:334次 | 作者:青岛网站建设

首页>新闻资讯>建站知识

ios系统和某些移动端background-attachment:fixed不兼容性,没有任何效果,大概是ios系统和某些移动端对background-attachment:fixed不兼容,可用伪元素:before的方法代替background-attachment:fixed,代码如下:

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

.bg:before {
  content: ' ';
  position: fixed;
  background: url(path/to/image) center 0 no-repeat;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
 }

二维码
扫描二维码手机查看该文章

文章引用:https://www.qinghuahulian.com/news/webzhishi/1431.html

相关资讯

Copyright © 2011-2024 青华互联-青岛青华锐思网络科技有限公司 www.qinghuahulian.com All Rights Reserved
鲁公网安备37020202000800号 鲁ICP备14020555号-4 网站地图 百度地图