rid*_*nsb 3 html css layout clear css-float
我有DIV div.home-top与其他两个div div#home-content作为float:left和div#home-buttons作为float:right.
div.home-top
div#home-content
float:left
div#home-buttons
float:right
和下面的div#home-top得到了div#home-footer作为clear:both
div#home-top
div#home-footer
clear:both
我div#home-top是最小尺寸.我把它换成红色,但我看不到它.如何div#home-top拍摄高度divs儿童. 看代码.
Dav*_*mas 11
添加overflow: hidden;到CSS div#home-top:
overflow: hidden;
div#home-top { background-color:Red; overflow: hidden; }
JS小提琴演示
归档时间:
14 年,8 月 前
查看次数:
3509 次
最近记录:
13 年,9 月 前