码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2017-04-20 15:26:29      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:title   背景图片   hello   type   窗口   div   背景图   大小   UI   

<!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>

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

标签:title   背景图片   hello   type   窗口   div   背景图   大小   UI   

原文地址:http://www.cnblogs.com/waterair/p/6738822.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!