两个DIV平行存放
<style>
div {display:block; width:80px; height:22px; float:left;}
div.L {border-right:0px solid #f00;}
div.R {border-right:0px solid #aaa;border-left:0px solid #aaa; margin:0px 0px 0px -1px;}
</style>
div {display:block; width:80px; height:22px; float:left;}
div.L {border-right:0px solid #f00;}
div.R {border-right:0px solid #aaa;border-left:0px solid #aaa; margin:0px 0px 0px -1px;}
</style>
<div class=”L”>
test <br />
est <br />
est <br />
est <br />
est <br />
est <br />
est <br />
est
</div>
<div class=”R”>
testt <br />
est <br />
est <br />
est <br />
este
</div>
版权声明:本文为easypass原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。