我故意搞错,导致div footer无法显示,我不明白为什么会有这种效果,请解答
nbsp;html public “-//w3c//dtd xhtml 1.0 strict//en” “http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd”>
#container {
width:1002px;
background: gray;
}
#header {
height: 120px;
background: orange;
}
#main {
height: 600px;
background: green;
}
#lside {
width: 700px;
height: 600px;
float: left;
background: pink;
}
.four{
width: 330px;
height: 280px;
background: black;
margin: 10px;
float: left;
}
#rside {
width: 302px;
height: 600px;
background: purple;
float: right;
}
#footer {
/*height: 120px;*/
height: 2020px;
background: blue;
float: left;
}
回复讨论(解决方案)
什么效果,你指的是footer的背景没显示出来吗?原因是加float后宽度变为0
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至253000106@qq.com举报,一经查实,本站将立刻删除。
发布者:PHP中文网,转转请注明出处:https://www.chuangxiangniao.com/p/3118665.html