A

브라우저 호환되는 여러가지 좌표값 구하기

· 17년 전 · 2372
var Q_dmnsn = {
/*
Browser: MSIE7, Firefox3, Safari3, Opera9
DTD: Quirks, Strict XHTML 1.0, Strict HTML 4.01
Update: 2008-09-02
*/
    get_lft  : function(idntty) { return parseInt(document.getElementById(idntty).style.left  ); }
    ,get_top  : function(idntty) { return parseInt(document.getElementById(idntty).style.top  ); }
    ,get_wdth  : function(idntty) { return parseInt(document.getElementById(idntty).style.width ); }
    ,get_hght  : function(idntty) { return parseInt(document.getElementById(idntty).style.height); }
    ,set_lft  : function(idntty,nmbr) { document.getElementById(idntty).style.left  = nmbr+"px"; }
    ,set_top  : function(idntty,nmbr) { document.getElementById(idntty).style.top    = nmbr+"px"; }
    ,set_wdth  : function(idntty,nmbr) { document.getElementById(idntty).style.width  = nmbr+"px"; }
    ,set_hght  : function(idntty,nmbr) { document.getElementById(idntty).style.height = nmbr+"px"; }

    ,get_scrll_lft : function(idntty) {
        if(document.body.scrollLeft) return document.body.scrollLeft;
        else return document.documentElement.scrollLeft;
    }
    ,get_scrll_top : function(idntty) {
        if(document.body.scrollTop) return document.body.scrollTop;
        else return document.documentElement.scrollTop;
    }
    ,set_scrll_lft : function(nmbr) {
        document.body.scrollLeft = nmbr;
        document.documentElement.scrollLeft = nmbr;
    }
    ,set_scrll_top : function(nmbr) {
        document.body.scrollTop = nmbr;
        document.documentElement.scrollTop = nmbr;
    }
    ,clnt_wdth : function() {
        if(typeof(document.compatMode)=='undefined' ) return document.documentElement.clientWidth;
        else if(document.compatMode  =='BackCompat') return document.body.clientWidth;
        else if(document.compatMode  =='CSS1Compat') return document.documentElement.clientWidth;
    }
    ,clnt_hght : function() {
        if(typeof(document.compatMode)=='undefined' ) return document.documentElement.clientHeight;
        else if(document.compatMode  =='BackCompat') return document.body.clientHeight;
        else if(document.compatMode  =='CSS1Compat') return document.documentElement.clientHeight;
    }
    ,clnt_x : function(e) {
        if(e) return e.clientX; else  return event.clientX;
    }
    ,clnt_y : function(e) {
        if(e) return e.clientY; else  return event.clientY;
    }
};
[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
17년 전 조회 2,507
17년 전 조회 1,819
17년 전 조회 1,998
17년 전 조회 2,960
17년 전 조회 2,411
17년 전 조회 2,054
17년 전 조회 4,462
17년 전 조회 3,301
17년 전 조회 1,696
17년 전 조회 3,823
17년 전 조회 3,057
17년 전 조회 2,323
17년 전 조회 1,565
17년 전 조회 2,593
17년 전 조회 2,320
17년 전 조회 2,235
17년 전 조회 2,180
17년 전 조회 1,433
17년 전 조회 2,137
17년 전 조회 3,169
17년 전 조회 1,679
17년 전 조회 1,933
17년 전 조회 1,605
17년 전 조회 1,847
17년 전 조회 1,829
17년 전 조회 1,729
17년 전 조회 2,808
17년 전 조회 2,589
17년 전 조회 2,380
17년 전 조회 1,666
17년 전 조회 2,681
17년 전 조회 4,511
17년 전 조회 3,008
17년 전 조회 1,909
17년 전 조회 2,111
17년 전 조회 3,508
17년 전 조회 2,497
17년 전 조회 4,076
17년 전 조회 1,935
17년 전 조회 2,525
17년 전 조회 2,371
17년 전 조회 1,877
17년 전 조회 2,392
17년 전 조회 2,196
17년 전 조회 2,230
17년 전 조회 3,349
17년 전 조회 2,403
17년 전 조회 1,693
17년 전 조회 1,721
17년 전 조회 2,373
17년 전 조회 3,471
17년 전 조회 2,396
17년 전 조회 1,794
17년 전 조회 4,484
17년 전 조회 2,289
17년 전 조회 3,714
17년 전 조회 6,297
17년 전 조회 1,743
17년 전 조회 1,885
17년 전 조회 1,480
17년 전 조회 1,585
17년 전 조회 3,135
17년 전 조회 2,162
17년 전 조회 2,839
17년 전 조회 1,539
17년 전 조회 3,431
17년 전 조회 2,425
17년 전 조회 2,858
17년 전 조회 1,656
17년 전 조회 2,012
17년 전 조회 1,384
17년 전 조회 1,444
17년 전 조회 2,032
17년 전 조회 1,453
17년 전 조회 4,555
17년 전 조회 1,768
17년 전 조회 2,239
17년 전 조회 7,366
17년 전 조회 1,614
17년 전 조회 2,155
17년 전 조회 3,399
17년 전 조회 1,444
17년 전 조회 2,228
17년 전 조회 1,384
17년 전 조회 2,074
17년 전 조회 2,410
17년 전 조회 3,220
17년 전 조회 1,482
17년 전 조회 1,552
17년 전 조회 1,808
17년 전 조회 1,475
17년 전 조회 4,610
17년 전 조회 4,144
17년 전 조회 3,051
17년 전 조회 1,824
17년 전 조회 1,560
17년 전 조회 1,860
17년 전 조회 2,783
17년 전 조회 1,975
17년 전 조회 2,262