div高度自适应,背景颜色也是如此
我想铺满啊。代码如下
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html"charset="utf-8">
<title>我的网页</title>
<style type="text/css">
.body{margin:0;padding:0;}
.top{width:80%;heigth:10%;background-image:url(../1-assets-images-media-wallpaper-genji-theatrical-wide.jpg);background-repeat:no-repeat;margin:0 auto;}
.main{width:80%;height:80%;margin:0 auto;position:relative;word-wrap:break-word;}
.top a{width:10%;height:28px;line-height:28px;background:red;color:#fff;margin:20px 2%;text-align:center;text-decoration:none;}
.left{
width: 20%;
heigth: 80%;
background:#AFA3A3;
position: absolute;
top:0px;
left:0px;
}
.right{width:20%;heigth:80%;background:#0787E4;position:absolute;right:0px;top:0px;}
.middle{
heigth: 80%;
background: #4DF4F7;
position: absolute;
top:0px;
left:21%;
right:21%;
}
.bottom{width:80%;height:20%;background:#F7070B;margin:80% auto 0;}
</style>
</head>
<body>
<div>
<a href="#">导航1</a>|
<a href="#">导航2</a>|
<a href="#">导航3</a>|
<a href="#">导航4</a>|
<a href="#">导航5</a>|
<a href="#">导航6</a>|
</div>
<tr/>
<div>
<div>wwwwwwwwwwwwwww wwwwwwwwwwwwwwwwwwwwwwwwwww</div>
<div> wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww</div>
<div>righwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwt</div>
</div>
<footer>bottom</footer>
</body>
</html>