江南大盗:div布局的小问题!

来源:百度文库 编辑:神马品牌网 时间:2024/04/30 04:33:02
偶今天第一次用div+css布局。请问怎样让两个div在一行。就是说一个两列的效果。

有的,不但可分两列,而且还可以分多行多列。下面是一行两列的效果。

<div style="width:300px">
<div style="float:left;margin:0px;border:1px solid #000;width:100px;height:25px;">
我在左边
</div>
<div float:right;margin:0px;border:1px solid #000;width:100px;height:25px;>
你在右边
</div>
</div>

不可能,div布局没有