A

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

· 17년 전 · 2351
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,487
17년 전 조회 1,801
17년 전 조회 1,978
17년 전 조회 2,942
17년 전 조회 2,395
17년 전 조회 2,031
17년 전 조회 4,441
17년 전 조회 3,284
17년 전 조회 1,671
17년 전 조회 3,807
17년 전 조회 3,039
17년 전 조회 2,300
17년 전 조회 1,539
17년 전 조회 2,567
17년 전 조회 2,306
17년 전 조회 2,219
17년 전 조회 2,161
17년 전 조회 1,407
17년 전 조회 2,114
17년 전 조회 3,143
17년 전 조회 1,665
17년 전 조회 1,915
17년 전 조회 1,579
17년 전 조회 1,824
17년 전 조회 1,797
17년 전 조회 1,707
17년 전 조회 2,787
17년 전 조회 2,565
17년 전 조회 2,358
17년 전 조회 1,642
17년 전 조회 2,660
17년 전 조회 4,488
17년 전 조회 2,981
17년 전 조회 1,885
17년 전 조회 2,082
17년 전 조회 3,485
17년 전 조회 2,464
17년 전 조회 4,047
17년 전 조회 1,905
17년 전 조회 2,509
17년 전 조회 2,350
17년 전 조회 1,853
17년 전 조회 2,369
17년 전 조회 2,171
17년 전 조회 2,200
17년 전 조회 3,325
17년 전 조회 2,386
17년 전 조회 1,670
17년 전 조회 1,690
17년 전 조회 2,352
17년 전 조회 3,440
17년 전 조회 2,370
17년 전 조회 1,776
17년 전 조회 4,462
17년 전 조회 2,267
17년 전 조회 3,694
17년 전 조회 6,268
17년 전 조회 1,721
17년 전 조회 1,868
17년 전 조회 1,461
17년 전 조회 1,561
17년 전 조회 3,115
17년 전 조회 2,134
17년 전 조회 2,822
17년 전 조회 1,514
17년 전 조회 3,420
17년 전 조회 2,403
17년 전 조회 2,839
17년 전 조회 1,637
17년 전 조회 1,988
17년 전 조회 1,362
17년 전 조회 1,421
17년 전 조회 2,004
17년 전 조회 1,430
17년 전 조회 4,528
17년 전 조회 1,748
17년 전 조회 2,216
17년 전 조회 7,339
17년 전 조회 1,591
17년 전 조회 2,131
17년 전 조회 3,377
17년 전 조회 1,425
17년 전 조회 2,207
17년 전 조회 1,364
17년 전 조회 2,054
17년 전 조회 2,388
17년 전 조회 3,203
17년 전 조회 1,463
17년 전 조회 1,531
17년 전 조회 1,786
17년 전 조회 1,450
17년 전 조회 4,586
17년 전 조회 4,125
17년 전 조회 3,028
17년 전 조회 1,803
17년 전 조회 1,538
17년 전 조회 1,841
17년 전 조회 2,762
17년 전 조회 1,954
17년 전 조회 2,234