// ************************ 드래그 ********************** * **********
function setDrag(e){
var drag_flag = true
var start_x = getX(e)
//마스크 추가
createMask( );
🎜> 반품(예: x || e.clientX); > ;
var _height = $doc("dragBar").offsetHeight "px";;
var SplitDivCss="position:absolute;width:6px;height:" _height ";top:" _top " ;left:" _left ";cursor:col-
resize; background-color:#cccccc;overflow :hidden;z-index:10010;filter:alpha(opacity=50);opacity:0.5;";
var _splitDiv = document.createElement("div");
_splitDiv.id = "splitDiv";
_splitDiv.style.cssText = SplitDivCss;
document.body.appendChild(_splitDiv);
}
function createMask(){
try{
// 배경 만들기
Var Rootel = Document.documentlement ||
VAR; DOCHEIGHT = (Rootel.Clientheight & GT; Rootel.Scrollheight)?
rootl.Clientheight: rootl.Scrollheight) " px"
var docWidth=((rootEl.clientWidth>rootEl.scrollWidth)?rootEl.clientWidth: rootEl.scrollWidth)
"px";
var var
shieldStyle="위치: 절대;top :0px;left:0px;width:" docWidth ";height:" docHeight ";배경:#cccccc ;z-
index:10000;filter:alpha(opacity=0);opacity:0";
var _shield = document.createElement("div");
_shield.id = "shield";
_shield.style.cssText = ShieldStyle;
docu ment.body.appendChild(_shield)
catch(e){}
}
//드래그 시 실행되는 함수
document.onmousemove = function(e){
try{
if(drag_flag){
var now_x = getX(e)
var _pv; =parseInt($doc("splitDiv").style.left)now_x -begin_x;
$doc("splitDiv").style.left = _pv "px";
Begin_x = now_x; else{ Child($doc("shield"));
document.body.removeChild($doc("splitDiv")); 나이()
document.onmouseup = function(){
시도{
if(drag_flag){
width)
$doc("leftShow").style.width = $doc("splitDiv").style.left
document.body .removeChild($doc("shield"));
document.body.removeChild ($doc("splitDiv"));
drag_flag=false ){}
}
}
if(window.attachEvent){
window.attachEvent("onload",function(){resizePage();});
window.attachEvent("onresize", function() {resizePage();}); resizePage();},true);
window.addEventListener("resize",function(){resizePage();},true);