时间:2010-07-24 10:21:28

标签: css layout cross-browser text-alignment

4 个答案:

答案 0 :(得分:4)

答案 1 :(得分:2)

答案 2 :(得分:0)

答案 3 :(得分:0)

没有花车:

<div class=container style='width: 100%;'>
  <div class=left-side style='display: inline-block; width: 50%'>
    Stuff on the left
  </div>
  <div class=right-side style='display: inline-block; width: 50%; text-align: right'>
    Stuff on the right
  </div>
</div>