CSS 屬性
position
static
absolute
fixed
relative
initial
結果
我的DIV
CSS 程式碼
div#myDIV { position:
static; width:100px; height:100px; background:red; left:10px; top:100px;
}
點選上面的屬性值來檢視結果
W3Schools.com
- 親自試試