레

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

· 2012-08-03 (금) 12:20:44 · 3896
따라다니는게 아니라 항상 제일 하단에 스티커처럼 고정되어 있는것처럼 할려면 어떻게 해야하나요?
 
참고로 경향신문 모바일입니다.
 
<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건
+
제목 글쓴이 날짜 조회
13-02-18 조회 3,519
13-02-15 조회 3,962
13-02-12 조회 5,807
13-02-04 조회 4,080
13-01-30 조회 4,939
13-01-25 조회 3,718
13-01-18 조회 3,757
13-01-18 조회 5,518
13-01-18 조회 6,137
13-01-18 조회 3,781
13-01-18 조회 4,759
13-01-17 조회 4,105
13-01-17 조회 3,586
13-01-17 조회 3,627
13-01-17 조회 3,966
12-12-31 조회 3,566
12-12-28 조회 4,902
12-12-28 조회 5,960
12-12-28 조회 3,403
12-12-27 조회 3,616
12-12-27 조회 4,285
12-12-20 조회 5,250
12-12-18 조회 9,092
12-12-14 조회 4,892
12-12-10 조회 3,670
12-12-10 조회 3,128
12-12-01 조회 3,838
12-11-25 조회 7,308
12-11-22 조회 5,917
12-11-20 조회 2.4만
12-11-19 조회 4,315
12-11-13 조회 3,883
12-11-12 조회 3,871
12-10-23 조회 4,727
12-09-25 조회 4,372
12-09-05 조회 6,952
12-09-04 조회 7,506
12-09-04 조회 3,421
12-08-30 조회 3,421
12-08-30 조회 3,615
12-08-29 조회 3,340
12-08-29 조회 3,166
12-08-26 조회 3,466
12-08-18 조회 3,745
12-08-17 조회 4,000
12-08-16 조회 3,565
12-08-14 조회 3,197
12-08-13 조회 5,595
12-08-13 조회 3,360
12-08-11 조회 3,664
12-08-10 조회 3,229
12-08-07 조회 3,980
12-08-07 조회 3,206
12-08-06 조회 3,426
12-07-31 조회 3,173
12-07-30 조회 3,498
12-07-30 조회 3,127
12-07-29 조회 3,302
12-07-29 조회 3,052
12-07-27 조회 3,108
12-07-21 조회 2,980
12-07-19 조회 3,191
12-07-19 조회 2,792
12-07-17 조회 3,407
12-07-17 조회 3,063
12-07-17 조회 3,959
12-07-16 조회 3,008
12-07-15 조회 3,123
12-07-14 조회 3,187
12-07-13 조회 8,275
12-07-11 조회 3,389
12-07-10 조회 9,950
12-07-09 조회 3,162
12-07-08 조회 4,344
12-07-06 조회 3,637
12-07-05 조회 3,913
12-07-05 조회 3,333
12-07-05 조회 3,238
12-07-03 조회 3,224
12-07-03 조회 3,165
12-07-02 조회 3,219
12-07-02 조회 2,839
12-06-30 조회 3,436
12-06-26 조회 3,143
12-06-22 조회 3,184
12-06-22 조회 3,135
12-06-21 조회 3,108
12-06-21 조회 3,333
12-06-20 조회 3,497
12-06-20 조회 3,164
12-06-20 조회 3,072
12-06-18 조회 3,955
12-06-17 조회 3,388
12-06-15 조회 3,004
12-06-14 조회 2,925
12-06-13 조회 3,507
12-06-11 조회 3,327
12-06-08 조회 3,324
12-06-06 조회 3,178
12-06-06 조회 3,559