スタイル位置が相対的な親divが1つあり、そのdiv内にスタイルが絶対的なようなカップルdivがあります
<div id="container" style="position:relative;width=400px;height=400px;">
<div style="top:20px;left:20px;width:20px;height:20px;"></div>
<div style="top:40px;left:40px;width:20px;height:20px;"></div>
<div style="top:60px;left:60px;width:20px;height:20px;"></div>
</div>
でdivに新しいdivを追加する方法id="container"
はtop="0px" left="0px"
?