网页内容不能覆盖整个页面,有空白部分(在banner内容图下面)------望老师解惑
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
/*此处写代码*/
*{
padding:0;
margin:0;
font-size: 30px;
}
.a{
width:100%;
height:1640px;
}
.a1{
width:100%;
height:100px;
background:black;
position:fixed;
top:0;
z-index: 1;
}
.a11{
background:url(http://img1.sycdn.imooc.com/climg//58c0d2d900016ce303000100.png);
background-repeat:no-repeat;
width:300px;
height:100px;
position:absolute;
left:0;
top:0;
}
.a12{
width:400px;
height:100px;
background:black;
position:absolute;
top:0;
left:800px;
}
.a123{
width:100px;
color:#fff;
height:100px;
float:right;
text-align:center;
line-height:100px;
}
.a21{
width:100%;
height:1600px;
background:url(http://img1.sycdn.imooc.com/climg//58c0eda50001e12416000480.jpg);
background-repeat:no-repeat;
position:absolute;
top:100px;
}
.a22{
width:100%;
height:1600px;
background:url(http://img1.sycdn.imooc.com/climg//58c0edb80001c9f216000480.jpg);
background-repeat:no-repeat;
position:absolute;
top:580px;
}
.a23{
width:100%;
height:1600px;
background:url(http://img1.sycdn.imooc.com/climg//58c0edc9000100d516000480.jpg);
background-repeat:no-repeat;
position:absolute;
top:1060px;
}
.a3{
width:100%;
height:100px;
background:black;
position:fixed;
bottom:0;
}
.a4{
width:800px;
height:100px;
background:black;
position:fixed;
bottom:0;
margin:0 50%;
left:-400px;
}
.a31{
width:200px;
height:100px;
color:#fff;
float:left;
line-height:100px;
text-align:center;
}
</style>
</head>
<body>
<!-- 此处写代码 -->
<div class="a">
<div class="a1"><!--top-->
<div class="a11"><!--图片--></div>
<div class="a12"><!--导航-->
<div class="a123">导航4</div>
<div class="a123">导航3</div>
<div class="a123">导航2</div>
<div class="a123">导航1</div>
</div>
</div>
<div class="a2"><!--center-->
<div class="a21"><!--图1--></div>
<div class="a22"><!--图2--></div>
<div class="a23"><!--图3--></div>
</div>
<div class="a3"><!--foot-->
<div class="a4">
<div class="a31">页脚1</div>
<div class="a31">页脚2</div>
<div class="a31">页脚3</div>
<div class="a31">页脚4</div>
</div>
</div>
</div>
</body>
</html>
正在回答
修改的图片区域的代码参考下面,引入背景图片区域的高度按照图片的高度来设置即可,不需要使用定位,图片会一次往下堆放
最外层盒子的高度不用设置,让中间的元素撑开即可,
祝学习愉快!
我明白了 谢谢啊
这样改了以后图片 与图片之间存在 空白区,这个是怎么回事?
- 参与学习 人
- 提交作业 11218 份
- 解答问题 36713 个
从一个不会编程的小白到一个老司机是需要过程的,首先得入门,学习基础知识,然后才能进阶,最后再到精通,本专题是你走进前端世界的不二选择!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星