Hi,
Könnte man soetwas vielleicht in CSS 3.1 aufnehmen? :) Oder ist das nicht nötig?
das sollte auch mit CSS 2 gehen (ungetestet):
<div class="wrap">
<p class="A">...</p>
<p class="B">...</P>
</div>
.wrap { position:relative }
.A { float:left; width:50% }
.B { position absolute; right:0; bottom:0 }
freundliche Grüße
Ingo