我透彻地处理浮动:左;和Eric Meyer使用class =“clearfix”重置CSS.但有一个特殊情况,我想知道如何正确清除浮动元素:在< ul>内…< / ul>.
Wrong height of the <ul>
though using a clearer. The clearer should be within the <ul>
. Let’s try …
Correct height,but the HTML-code ist not valid!
如何清除< ul>内的浮动?有效的代码?
谢谢,约翰内斯
解决方法
只需将overflow:hidden添加到ul元素的规则集中即可.在Google或Stack Overflow上搜索“清除浮动”以获取其他解决方案,但在这种情况下,这应该是最干净的.
jsfiddle demo:http://jsfiddle.net/9sxrN/1/