[JS/CSS] position: sticky를 활용한 스크롤 이벤트 페이지 만들기
HTML 삽입 미리보기할 수 없는 소스 알아야할 기본 개념들. class 문법 - constructor, method addEventListener scroll - scrollY resize 기하 정보 관련 프로퍼티 (DOM Element API) - 기하 프로퍼티의 값은 픽셀 단위의 숫자이다. - offset은 요소가 화면에서 width, height, padding, scrollbar, border를 합친 전체 크기를 뜻함 (margin 제외) .offsetParent : 가장 가까운 조상 요소를 기준으로 좌표를 계산한다. 조상의 조건: 1)CSS Position이 static이 아닌 가장 가까운 조상 / 2)td, th, table / 3) body .offsetTop, .offsetLeft : o..
2023.03.12