想象一下,你有這樣的:如何將兩個左右對齊文本的底部與父容器的底部對齊?
<div class="parent_with_height200px">
<div class="left">This is the left floated text, size 12px</div>
<div class="right">This is the right floated text, size 40px</div>
</div>
我怎樣才能讓在具有基線父DIV的相互對齊底部的兩個文本「立」?
完全可以更改css/html,這是我想要的結果。
您可以使用定位('底部:0'),但是這取決於你的佈局。 – feeela 2011-04-12 14:53:32
對不起,需要使用流佈局。 – tobefound 2011-04-13 06:00:17