我在某种程度上理解清除浮子是如何工作的。但是对于这个网站我正在帮忙工作我无法获得#PageContent
的背景来清除并显示其中的所有内容的背景。我做错了什么?
http://murray-s-speed-and-custom.mybigcommerce.com/locations/
内胆全部向左浮动。所以我想将id的背景扩展到底部,就像它在about us页面上一样。
http://murray-s-speed-and-custom.mybigcommerce.com/about-us/
答案 0 :(得分:2)
将overflow: auto;
添加到#PageContent
。这样它就会扩展到内容的高度。
这是在内容的末尾添加<div style="clear: both;">
,在浮动元素下方添加的替代方法。