CSS 属性
position

结果
myDIV
CSS 代码
div#myDIV {
  position:static;
  width:100px;
  height:100px;
  background:red;
  left:10px;
  top:100px;
}
  
单击上面的属性值可查看结果
W3Schools.com - 试用