1

这个简单的类似,除了如何让第三个文本组显示死点,以及一个“死左”和一个“死右”?

4

1 回答 1

3
<div>
<p style="float: left; width: 33%;">stuff on the left</p>
<p style="float: left; width: 33%; text-align: center">center</p>
<p style="float: right; width: 33%; text-align: right">stuff on the right </p>
</div>
于 2010-07-24T10:51:44.920 回答