div简单定位,下边代码里边的margin后的数字就是定位用的,顺序是“上右下左,px是像素,做单位用 的”
<div>
<div style="float:left; margin:0px 0px 0px 0px;">这个是左边的div</div>
<div style="float:right;margin:0px 0px 0px 0px;">这个是右边的div</div>
</div>