0
我有一個DIV中的風格相對位置和夫婦的div一個父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與id="container"
與top="0px" left="0px"
到單嗎?