移动端background-attachment:fixed兼容性

前端之家收集整理的这篇文章主要介绍了移动端background-attachment:fixed兼容性前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
                                            <table class="text"&gt;<tbody><tr class="li1"&gt;

<td class="ln"><pre class="de1">1
2
3
4
5
6
7
8
9
10
11
12
13

效果,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; }

猜你在找的程序笔记相关文章