HTML/设置网页背景图片
作者:互联网
HTML文件代码
<!DOCTYPE html>
<html>
<head>
<head>
<body ">
<div id="Layer1" style="position:fixed; left:0px; top:0px; width:100%; height:100%">
<img src="https://pic.netbian.com/uploads/allimg/200627/004758-15931900782589.jpg" width="100%" height="100%"/>
</div>
</body>
</html>
说明:
position:fixed——生成绝对定位的元素,相对于浏览器窗口进行定位。 元素的位置通过 “left”, “top”, “right” 以及 “bottom” 属性进行规定。
标签:定位,right,top,元素,网页背景,HTML,图片 来源: https://blog.csdn.net/H20200201/article/details/115877074