1 浮动float
浮动元素后面需要添加clear元素,否则浮动元素会不包含在父容器里面:
<div> <div style="float:left;">left</div> <div style="float:right;">right</div> <div style="clear:both;">right</div> </div>
2. table的边框
添加border-collapse:collapse; 折叠合并格子的边框。