想知道这个行为的原因.
CSS
@H_502_4@div { display: inline-block; margin-right: 2px; width: 20px; background-color: red; }空的div
@H_502_4@<div style="height:20px;"></div> <div style="height:40px;"></div> <div style="height:60px;"></div> <div style="height:80px;"></div>div与文本
@H_502_4@<div style="height:20px;">20</div> <div style="height:40px;">30</div> <div style="height:60px;">40</div> <div style="height:80px;">50</div>行为:元素从上到下增加(高)
看到它在行动:http://jsfiddle.net/8GGYm/