首页
1 2 3
1 2 3

this div element has position: static; it does not move.

this div element has position: relative; it moves 40px from its normal position.

this div element has position: fixed; it stays in the same position even if the page is scrolled.
this div element is relative.
This div element is absolute. 他可以嵌在别的元素里。

this div element is stickly.

hello.