Html & Script

상단 고정 스크립트 팁

컨텐츠 정보

본문

<script type="text/javascript">
jQuery(function($){
    $(window).scroll(function(){
        if ($(this).scrollTop() > 높이) {
            $('#대상 ID').css({position:'fixed',zIndex:60,top:0,right:0,left:0});
        } else {
            $('#대상 ID').css({position:'static'});
        };
    });
});
</script>

요렇게 위에 선언해주시고 알맞게 수정해주시면 된답니다.

관련자료

댓글 0
등록된 댓글이 없습니다.
Today's proverb
화가 날 때는 참지말고 잊어버려라. 슬프면 엉엉 울어라. 근심걱정이 있으면 몸을 움직여라. 우울할 때는 큰 소리로 노래를 불러라. 용서하라. 미워하면 자기 손해다.