CSS · HTML

메뉴바 고정 - position: fixed;

혜원21 2022. 7. 6. 02:19
*

 

position: fixed;를 사용하여 왼쪽 메뉴바를 고정한다. 그럼 오른쪽 내용 영역만 스크롤된다.

 

See the Pen 메뉴바 고정 - position: fixed; by nilgi (@nilgi) on CodePen.

참고 글

nilgi.tistory.com/455

 

CSS position

position: static; 특정 지정 값에 영향을 받지 않고 문서의 정상적인 흐름에 따라 배치된다. position: relative; top, right, bottom, left 값에 따라 위치가 변경된다. position: fixed; top, right, bottom,..

nilgi.tistory.com

nilgi.tistory.com/456

 

CSS overflow

overflow 내용이 지정한 영역을 벗어났을 때 어떻게 처리할 건지 설정한다. 내용을 잘라낼지 스크롤바를 만들것인지. 뭐 이런거? overflow: visible; / 기본. 넘치는 내용이 외부에 표시된다. overflow: hidde

nilgi.tistory.com

최근댓글