레

따라다니는 배너 스크립트인데요

· 2012-08-03 (금) 12:20:44 · 3866
따라다니는게 아니라 항상 제일 하단에 스티커처럼 고정되어 있는것처럼 할려면 어떻게 해야하나요?
 
참고로 경향신문 모바일입니다.
 
<script type="text/javascript">
var adObj = document.createElement("DIV");
adObj.id="dualad_div34";
adObj.style.zindex="999";
adObj.style.position="absolute";
adObj.style.bottom="0px";
adObj.style.left="0px";
adObj.style.width="100%";
adObj.style.height="50px";
document.body.appendChild(adObj);
var daum_adam_vars = {
 position : 'MIDDLE',  // TOP (화면상단) | BOTTOM (화면 하단) | MIDDLE (화면 중간 삽입. bannerDivId 지정 필요)
 bannerDivId : 'dualad_div34',  // position : 'MIDDLE' 인 경우, 광고를 삽입할 DIV 테그의 ID 값.
};
function setAdPosition(target, position, topLimit, btmLimit) {
    if (!target) return false;
    var obj = target;
    obj.initTop = position;
    obj.topLimit = topLimit;
    obj.bottomLimit = Math.max(document.documentElement.scrollHeight, document.body.scrollHeight) - btmLimit - obj.offsetHeight;
    obj.style.position = "absolute";
    obj.top = obj.initTop;
    obj.left = obj.initLeft;
    if (typeof (window.pageYOffset) == "number") {
        obj.getTop = function () {
            return window.pageYOffset;
        }
    } else if (typeof (document.documentElement.scrollTop) == "number") {
        obj.getTop = function () {
            return Math.max(document.documentElement.scrollTop, document.body.scrollTop);
        }
    } else {
        obj.getTop = function () {
            return 0;
        }
    }
    if (self.innerHeight) {
        obj.getHeight = function () {
            return self.innerHeight;
        }
    } else if (document.documentElement.clientHeight) {
        obj.getHeight = function () {
            return document.documentElement.clientHeight;
        }
    } else {
        obj.getHeight = function () {
            return 500;
        }
    }
    if (obj.initTop > 0) {
        pos = obj.getTop() + obj.initTop;
    } else {
        pos = obj.getTop() + obj.getHeight() + obj.initTop;
    }
    if (pos > obj.bottomLimit) pos = obj.bottomLimit;
    if (pos < obj.topLimit) pos = obj.topLimit;
    obj.style.top = (obj.top + pos) + "px";
}
document.body.addEventListener('touchstart', function (e) {
    var evt = e || window.event;
    var target = evt.target || evt.srcElement;
    var node = target.parentNode;
    var hide = true;
    while (node) {
        if (node.id === daum_adam_vars.bannerDivId) {
            hide = false;
            break;
        }
        node = node.parentNode;
    }
    if (hide) {
        document.getElementById('dualad_div34').style.display = 'none';
    }
}, false);
window.addEventListener('scroll', function () {
    setAdPosition(document.getElementById("dualad_div34"), - 30, 0, - 30);
    document.getElementById('dualad_div34').style.display = 'block';
}, false);

window.addEventListener('load', function() {
 if (navigator.userAgent.indexOf('Safari')!=-1){
  setTimeout(scrollTo,0,0,1);
 }else{
  window.scrollTo(0,1);
 }
 setTimeout("setAdPosition(document.getElementById('dualad_div34'), -24, 0, -24)",1);
}, false);
</script>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
16-06-03 조회 2,753
15-07-30 조회 3,267
15-06-08 조회 5,331
15-05-27 조회 4,260
15-01-08 조회 6,552
14-12-30 조회 5,194
14-10-10 조회 5,227
14-08-13 조회 6,213
14-08-11 조회 4,987
14-08-06 조회 6,334
14-03-19 조회 7,284
13-04-26 조회 9,474
12-12-15 조회 5,016
12-12-15 조회 7,249
12-12-11 조회 5,353
12-11-21 조회 5,840
12-10-11 조회 4,955
12-10-03 조회 4,641
12-09-20 조회 5,984
12-09-02 조회 4,127
12-08-29 조회 5,034
12-08-29 조회 3,962
12-08-24 조회 4,088
12-08-18 조회 4,328
12-08-17 조회 4,361
12-08-16 조회 3,617
12-08-06 조회 5,385
12-08-05 조회 4,644
12-08-03 조회 4,409
12-08-03 조회 4,555
12-07-29 조회 3,385
12-07-24 조회 3,991
12-07-22 조회 3,477
12-07-20 조회 4,149
12-07-19 조회 4,452
12-07-19 조회 3,808
12-07-19 조회 3,725
12-07-19 조회 5,404
12-07-19 조회 3,364
12-07-18 조회 4,930
12-07-15 조회 3,934
12-07-14 조회 3,668
12-07-12 조회 4,352
12-07-11 조회 3,648
12-07-11 조회 3,368
12-07-11 조회 3,318
12-07-10 조회 4,491
12-07-09 조회 3,218
12-07-09 조회 4,097
12-07-09 조회 4,507
12-07-08 조회 4,409
12-07-07 조회 5,359
12-07-06 조회 4,634
12-07-06 조회 3,891
12-07-06 조회 3,649
12-07-06 조회 3,655
12-07-02 조회 5,371
12-07-02 조회 4,065
12-06-29 조회 3,565
12-06-28 조회 4,092
12-06-26 조회 3,675
12-06-26 조회 4,795
12-06-21 조회 3,757
12-06-20 조회 4,436
12-06-20 조회 3,944
12-06-15 조회 4,451
12-06-15 조회 4,201
12-06-13 조회 7,221
12-06-05 조회 7,186
12-06-04 조회 3,797
12-06-03 조회 3,644
12-05-31 조회 3,644
12-05-28 조회 6,466
12-05-27 조회 3,704
12-05-25 조회 3,870
12-05-23 조회 4,116
12-05-21 조회 4,969
12-05-17 조회 3,930
12-05-17 조회 3,824
12-05-09 조회 3,846
12-05-07 조회 4,089
12-05-02 조회 4,375
12-05-01 조회 4,453
12-04-30 조회 3,286
12-04-30 조회 4,241
12-04-25 조회 4,301
12-04-25 조회 4,740
12-04-24 조회 3,717
12-04-24 조회 4,476
12-04-23 조회 3,503
12-04-20 조회 3,137
12-04-17 조회 5,332
12-04-16 조회 4,231
12-04-14 조회 3,533
12-04-14 조회 3,564
12-04-14 조회 3,632
12-04-13 조회 3,255
12-04-13 조회 4,445
12-04-13 조회 6,036
12-04-12 조회 3,197