반응형 스크롤했을때1 [Jquery] 스크롤 내렸을때 상단 메뉴 변경 스크롤 내렸을때 상단 컨텐츠가 바뀌는 스크립트를 소개합니다. #wrap{width:100%; height:1000px;} .main{width:100%; height:50px; background-color:blue; text-align:center; line-height:50px;} .scroll{width:100%; height:50px; position:absolute; left:0; top:0; background-color:green; text-align:center; line-height:50px; color:#fff; font-weight:600;} 상단 메뉴 스크롤 했을때 상단 메뉴 HTML, 스타일은 위와 같이 설정 해 주었습니다. $(document).ready(function(){ v.. 2022. 8. 11. 이전 1 다음 반응형