HTML 网页背景图片自适应窗口大小

Posted on 2017-04-20 15:08  KA卡尔特人头狼  阅读(1338)  评论(0编辑  收藏  举报

<!DOCTYPE>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>hello world</title>
</head>
<body>
<div id="Layer1" style="position:absolute; width:100%; height:100%; z-index:-1">
<img src="pictures/background.jpg" height="100%" width="100%"/>
</div>
</body>
</html>