position 속성은 태그를 어떻게 위치시킬지를 정의하며, 가장 많이 사용하는 3가지는 아래와 같다.
#box1 { position:relative; }
#box2 { position:absolut; }
#box3 { position:fixed; }