Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
代码在这里
父 div ( #main-container) 包含一个标题、两个浮动 div 和底部的文本链接。底部的文本链接应该是独立的,但它似乎影响了两个浮动 div ( .child-1, .child-2) 而不是父 div。有人可以向我解释为什么.child-3这个布局中的最后一个子元素 () 会影响其两个浮动兄弟 div 的内容吗?缺少什么以及为什么需要它?谢谢
#main-container
.child-1
.child-2
.child-3
在没有真正研究问题并知道您想要什么的情况下,放置clear:both似乎.child-3可行。
clear:both
为什么? http://www.quirksmode.org/css/clearing.html