最简单的方法。用 IE8 开发人员工具或者 firebug 实时看页面的源码和CSS就知道。
其实就是 右对齐, text-algin:right
用层div或者框架iframe就可以实现了。
楼上的正解
<div id="div1" style="width:30%; float:left; text-align:left;"> this text shows in the left side of the div. </div> <div id="div2" style="width:30%; float:left; text-align:right;"> this text shows in the right side of the div. </div>
of the div.
<div style='float:right'>登录|注册</div>
右对齐