로그인


?

단축키

Prev이전 문서

Next다음 문서

위로 아래로 댓글로 가기
?

단축키

Prev이전 문서

Next다음 문서

위로 아래로 댓글로 가기

배너가 아랫쪽에 위치해 있다가 사용자가 아래로 스크롤 시 배너가 상단(Top)에 도달하면 고정되어 따라오는 배너 입니다.

어떤식으로 구현인지 말로 표현하기가 힘드네요^^;;

아래 영상을 참조해주세요.

 

<div id="sticky_test2" style="position:block;">
광고 스크립트 삽입
</div>
 
<script>
function stiky_custom(id)
{
var tid = $(id)
var tid_t = tid.offset().top
var window_t = $(window).scrollTop()
// console.log(tid_t, window_t)
 
if( origin_val.top <= window_t )
{
tid.css('position', 'fixed').css('top',60).css('width','100%')
}
else
{
tid.css('position', origin_val.position).css('top',origin_val.top)
}
}
 
var sticky_id = '#sticky_test2'
var sticky_id_d = $(sticky_id)
var origin_val = {}
origin_val.top = $(sticky_id).offset().top
origin_val.position = $(sticky_id).css('position')
 
$(window).scroll(function(){
stiky_custom(sticky_id)
})
</script>

 

 

레이아웃 별로 좌측, 우측 사이드에 위젯 또는 광고스크립트를 삽입하게끔 지원되게 되어있습니다. 거기에 붙여넣기 해주시면 됩니다.

광고 스크립트 삽입란에 광고코드 넣어주시는거 잊지 마세요.

 

https://tv.kakao.com/v/415465712

?

전체 게시글

전체 게시글을 한번에 볼 수 있습니다.

  1. Read More
  2. Read More
  3. Read More
  4. Read More
  5. Read More
  6. Read More
  7. Read More
  8. No Image

    스크롤 시 고정되어 따라오는 배너 (고정형)

    짹니 2022.02.16 댓글0 조회수219
    Read More
  9. Read More
  10. Read More
  11. Read More
  12. Read More
  13. Read More
  14. Read More
  15. 10. 라이믹스(Rhymix) 설치하기

    짹니 2021.09.12 댓글0 조회수577 file
    Read More
  16. No Image

    9. DB 생성하기

    짹니 2021.09.12 댓글0 조회수407
    Read More
  17. Read More
  18. No Image

    7. Sendmail 설치하기

    짹니 2021.09.12 댓글0 조회수450
    Read More
  19. 6. 도메인 연결 및 Nginx 라우팅 설정

    짹니 2021.09.07 댓글0 조회수589 file
    Read More
  20. 5. MariaDB 및 phpMyAdmin 설치하기

    짹니 2021.09.07 댓글0 조회수570 file
    Read More
Board Pagination Prev 1 2 Next
/ 2