묻고답하기
플로팅 배너 스크롤 이벤트 문제
2016.04.14 13:37
<style>
.right_banner { position:absolute; top:430px; right:150px; z-index:99; margin: auto; width:101px; header:420px; z-index:22}
</style>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script type="text/javascript">
$(document).ready(function(){
var currentPosition = parseInt($(".right_banner").css("top"));
$(window).scroll(function() {
var position = $(window).scrollTop();
$(".right_banner").stop().animate({"top":position+currentPosition+"px"},1000);
});
});
</script>
<script type="text/javascript">
$(document).ready(function(){
$('#top1,#top2,#top3,#bottom1,#c_w1,#category1,#g_w1').click(function(){
var id = $(this).attr("href");
var offset = 60;
var target = $(id).offset().top - offset;
$('html,body').animate({scrollTop:target},500);
event.preventDefault();
});
});
</script>
이런소스를 받아서 홈페이지에 적용 시켯는데
제가 원하는소스랑 약간틀려서요
스크롤이 제일 상단이나 조금아래까지 위치했을땐 이 배너가 안보이게하고
그후에 보이게 하고싶은데 잘안되서요
- [2016/08/04] 묻고답하기 글쓰기 화면 도와주세요! xe에서 제공하는 기본 게시판입니다. *2
- [2016/01/22] 묻고답하기 제로보드 크롬,파폭에서 스크롤이 안되요..
- [2011/06/24] 묻고답하기 아이프레임 사용하여 제로보드 게시판 적용할 때 스크롤 문제.... *1
- [2011/03/04] 묻고답하기 우측 퀵메뉴 소스 및 설치법 자세히 좀 알려주세요~.ㅠㅠ.(7일째 방황중) *1
- [2010/09/30] 묻고답하기 게시판에 세로, 가로 스크롤은 어떻게하면 없앨 수 있나요? *1