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;
}
};
/*
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에서 이동 됨]
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4110 | |
| 29 |
아우겐나이스
|
21년 전 | 4485 | |
| 28 |
아우겐나이스
|
21년 전 | 3509 | |
| 27 | 21년 전 | 5889 | ||
| 26 | 21년 전 | 3168 | ||
| 25 | 21년 전 | 6146 | ||
| 24 | 18년 전 | 3704 | ||
| 23 | 21년 전 | 3698 | ||
| 22 | 21년 전 | 4286 | ||
| 21 | 21년 전 | 3877 | ||
| 20 | 21년 전 | 4284 | ||
| 19 | 21년 전 | 6731 | ||
| 18 | 21년 전 | 4777 | ||
| 17 | 21년 전 | 7024 | ||
| 16 | 21년 전 | 4216 | ||
| 15 | 21년 전 | 2681 | ||
| 14 | 21년 전 | 5015 | ||
| 13 | 21년 전 | 3439 | ||
| 12 |
Recluse
|
21년 전 | 3919 | |
| 11 |
아우겐나이스
|
21년 전 | 3600 | |
| 10 |
Recluse
|
21년 전 | 3442 | |
| 9 | 21년 전 | 4060 | ||
| 8 | 21년 전 | 5231 | ||
| 7 | 21년 전 | 4805 | ||
| 6 | 21년 전 | 5757 | ||
| 5 | 21년 전 | 4164 | ||
| 4 | 21년 전 | 4897 | ||
| 3 | 21년 전 | 4786 | ||
| 2 | 21년 전 | 3291 | ||
| 1 | 22년 전 | 4382 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기