当前位置: 代码迷 >> 综合 >> ios_iphone_移动端background-attachment:fixed兼容性[失效]
  详细解决方案

ios_iphone_移动端background-attachment:fixed兼容性[失效]

热度:18   发布时间:2024-01-20 07:50:59.0

 

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

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

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


转载请注明:前端录?ios_iphone_移动端background-attachment:fixed兼容性[失效]

<script src="http://www.wozhuye.com/index.php?m=digg&c=index&a=init&id=3-318-2"></script>
  相关解决方案