<div style="position:relative">
<div style="position:absolute; top:0px; left:0px; "></div>
</div>
top和left调整DIV位置,若DIV大小会动态改变可用 % 进行调整定位。
<div style="position:relative">
<div style="position:absolute; top:0px; left:0px; "></div>
</div>
top和left调整DIV位置,若DIV大小会动态改变可用 % 进行调整定位。