css body背景图全屏不论分辨率大小
网站建设 2021-07-03 08:43www.dzhlxh.cn网站建设
css body背景图全屏,不论分辨率大小。在body里嵌套一个img元素,控制这个img 的z-index为-1即可。
<img id="bg" src="../images/bg.jpg" width="100%" height="100%" style="right: 0; bottom: 0;position: absolute; top: 0;
复制代码
代码如下:<img id="bg" src="../images/bg.jpg" width="100%" height="100%" style="right: 0; bottom: 0;position: absolute; top: 0;