我将如何让这里和这里在右边,与lorem ipsum相同的路线?请参阅以下内容:
Lorem Ipsum etc........here blah....................... blah blah.................. blah....................... lorem ipsums.......and here
解决方法
<div style="position: relative; width: 250px;"> <div style="position: absolute; top: 0; right: 0; width: 100px; text-align:right;"> here </div> <div style="position: absolute; bottom: 0; right: 0; width: 100px; text-align:right;"> and here </div> Lorem Ipsum etc <br /> blah <br /> blah blah <br /> blah <br /> lorem ipsums </div>
让你相当接近,尽管你可能需要调整“顶部”和“底部”值.