A

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

· 17년 전 · 2314
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,453
17년 전 조회 1,765
17년 전 조회 1,937
17년 전 조회 2,907
17년 전 조회 2,354
17년 전 조회 1,990
17년 전 조회 4,396
17년 전 조회 3,241
17년 전 조회 1,632
17년 전 조회 3,765
17년 전 조회 3,003
17년 전 조회 2,273
17년 전 조회 1,500
17년 전 조회 2,536
17년 전 조회 2,264
17년 전 조회 2,181
17년 전 조회 2,123
17년 전 조회 1,377
17년 전 조회 2,083
17년 전 조회 3,112
17년 전 조회 1,633
17년 전 조회 1,875
17년 전 조회 1,545
17년 전 조회 1,797
17년 전 조회 1,765
17년 전 조회 1,674
17년 전 조회 2,751
17년 전 조회 2,535
17년 전 조회 2,317
17년 전 조회 1,607
17년 전 조회 2,624
17년 전 조회 4,459
17년 전 조회 2,948
17년 전 조회 1,856
17년 전 조회 2,043
17년 전 조회 3,452
17년 전 조회 2,430
17년 전 조회 4,017
17년 전 조회 1,869
17년 전 조회 2,475
17년 전 조회 2,313
17년 전 조회 1,811
17년 전 조회 2,331
17년 전 조회 2,131
17년 전 조회 2,161
17년 전 조회 3,289
17년 전 조회 2,352
17년 전 조회 1,636
17년 전 조회 1,660
17년 전 조회 2,315
17년 전 조회 3,405
17년 전 조회 2,336
17년 전 조회 1,736
17년 전 조회 4,428
17년 전 조회 2,232
17년 전 조회 3,667
17년 전 조회 6,228
17년 전 조회 1,685
17년 전 조회 1,836
17년 전 조회 1,429
17년 전 조회 1,520
17년 전 조회 3,076
17년 전 조회 2,100
17년 전 조회 2,792
17년 전 조회 1,480
17년 전 조회 3,371
17년 전 조회 2,364
17년 전 조회 2,799
17년 전 조회 1,598
17년 전 조회 1,948
17년 전 조회 1,332
17년 전 조회 1,388
17년 전 조회 1,968
17년 전 조회 1,397
17년 전 조회 4,497
17년 전 조회 1,714
17년 전 조회 2,187
17년 전 조회 7,303
17년 전 조회 1,562
17년 전 조회 2,090
17년 전 조회 3,343
17년 전 조회 1,390
17년 전 조회 2,170
17년 전 조회 1,327
17년 전 조회 2,036
17년 전 조회 2,357
17년 전 조회 3,168
17년 전 조회 1,432
17년 전 조회 1,497
17년 전 조회 1,750
17년 전 조회 1,416
17년 전 조회 4,552
17년 전 조회 4,094
17년 전 조회 2,988
17년 전 조회 1,770
17년 전 조회 1,509
17년 전 조회 1,800
17년 전 조회 2,729
17년 전 조회 1,921
17년 전 조회 2,197