文章目录
- 定位
定位
<body>
<div style="height:100px;width:100px;border:#F00 1px solid;"></div>
<div style="height:100px;width:100px;border: #00F 1px solid;"></div>
</body>
<body>
<div style="position: relative;height:100px;width:100px;border:#F00 1px solid;"></div>
<div style="position: absolute;height:100px;width:100px;border: #00F 1px solid;top: 20px;left: 20px;"></div>
<div style="position: relative;height:100px;width:100px;border:#209E1F 1px solid;"></div>
</body>