# position

static: 원래 있어야 할 곳에 가만히 있는다.

relative 는 원래 있어야 할 곳에서 지정된 만큼 움직인다!

Absolute 는 내 아이템이 담겨있는 박스를 기준으로 지정된 만큼 움직인다.

fixed 는 상자를 아예 벗어나서 윈도우를 기준으로 지정된다.

Sticky 는 원래 있어야 할 자리에 있으면서 스크롤링을 해도 움직이지 않는다!<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://simian114.gitbook.io/blog/undefined/html-css/position.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
