css position
CSS { position: sticky }
- 스크롤이 특정 위치를 지나기 전에는 static, 지난 후에는 fixed 가 되는 속성
- IE, 안드로이드 4.x 이하 버전 미지원 link
폴리필
JavaScript(jQuery) - position sticky IE polyfill(폴리필) 방법
참고
- css-position-3/#sticky-pos
- W3C CSS Conditional Rules Module Level 3
- MDN CSS position
- MDN @supports
- CSS-TRICKS position:sticky
- Can I use CSS position:sticky
- Can I use CSS Feature Queries
-