好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

求解html与css的相关问题,附上代码_html/css_WEB-ITnose

问题:这是一个页面布局,现在的问题是,如果我把main里的height属性去掉,那么重新运行之后,页面最下方的蓝色背景布局会消失,请问这是什么原因?
代码如下:

#header{width: 1300px;height: 180px;background-color: red;}
#main{width: 1300px;height: 600px;background-color: green;}
#footer{width: 1300px;height: 180px;background-color: blue;}
#sleft{width: 900px;height: 600px;background-color: yellow;float: left;}
#sright{width: 400px;height: 600px;background-color: pink;float: right;}



查看更多关于求解html与css的相关问题,附上代码_html/css_WEB-ITnose的详细内容...

  阅读:36次