足球游戏_中国足彩网¥体育资讯$

拖动层并定位
来源:易贤网 阅读:673 次 日期:2014-10-09 10:50:58
温馨提示:易贤网小编为您整理了“拖动层并定位”,方便广大网友查阅!

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

"">

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=gbk">

<title>drag layer</title>

<style>

body,table{color:#000000;

font-size:12px;

}

div.div_one{}

.dragBar{color:#FFFFFF;

font-weight:bold}

</style>

<script language="javascript" defer>

/*written by joelee@51js

*/

var tmpElement=null;

var dragElement=null;

var downX,downY,tmp_o_x,tmp_o_y;

var refElement=null;

var dragActive=0;

var draging=0;

function readyDrag(){

dragActive=1;

if(event.srcElement.tagName!="DIV")

return;

dragElement=event.srcElement.parentNode;

tmpElement=dragElement.cloneNode(true);

tmpElement.style.filter="alpha(opacity=90)";

tmpElement.style.zIndex=2;

dragElement.style.zIndex=1;

tmpElement.style.position="absolute";

if(dragElement.parentNode.tagName!="BODY"){

dragElement.style.left=dragElement.offsetLeft+dragElement.parentNode.style.pixelLeft;

dragElement.style.top=dragElement.offsetTop+dragElement.parentNode.style.pixelTop;

}

downX=event.clientX;

downY=event.clientY;

tmp_o_x=dragElement.style.pixelLeft;

tmp_o_y=dragElement.style.pixelTop;

tmpElement.style.visibility="hidden";

document.body.appendChild(tmpElement);

document.onmousemove=startDrag;

}

document.onmouseup=endDrag;

function startDrag(){

if(dragActive==1&&event.button==1&&dragElement!=null&&tmpElement!=null){

tmpElement.style.visibility="visible";

tmpElement.style.left=tmp_o_x+event.clientX-downX;

tmpElement.style.top=tmp_o_y+event.clientY-downY;

dragElement.style.backgroundColor="#CCCCCC";

document.body.style.cursor="move";

draging=1;

}

}

function endDrag(){

if(dragActive==1&&tmpElement!=null){

if(draging==1){

dragElement.removeNode(true);

draging=0;

}

tmpElement.style.filter="alpha(opacity=100)";

tmpElement.style.zIndex=1;

document.body.style.cursor="default";

if(refElement!=null&&refElement.parentNode!=null&&refElement.parentNode.tagName!="BODY"){

tmpElement.style.width=refElement.parentNode.style.width;

tmpElement.style.position="";

refElement.parentNode.insertBefore(tmpElement,refElement);

}

}

dragElement=null;

tmpElement=null;

dragActive=0;

}

function readyInsert(){

if(dragActive==1){

var element=event.srcElement;

if(element==dragElement)return;

if(element.tagName!="DIV")

return;

if(element.className=="dragBar"||element.className=="textSheet"||element.className=="blankBar")

element=element.parentNode;

element.style.backgroundColor="#CCCCCC";

element.style.filter="alpha(opacity=50)";

refElement=element;

}

}

function failInsert(){

var element=event.srcElement;

if(element.tagName!="DIV")

return;

try{

if(element.className=="dragBar"||element.className=="textSheet"||element.className=="blankBar")

element=element.parentNode;

}catch(e){}

element.style.filter="alpha(opacity=100)";

element.style.backgroundColor="#FFFFFF";

refElement=null;

}

document.onselectstart=function(){return false}

</script>

</head>

<body>

<div id="div_one" class="div_one" style="position:absolute; left:116px; top:137px; width:433px; z-index:1; background-color: #FFFFFF; layer-background-color: #FFFFFF;" onMouseOver="readyInsert()" onMouseOut="failInsert()">

<div onMouseDown="readyDrag()" style="cursor:move; border:1px solid #996666; background-color:#996666; height:20px" name="dragDIV" class="dragBar"><img src="snap_icon.gif" width="16" height="16">Window</div>

<div class="textSheet" style="border:1px solid #996666;">Content<br>

Content<br>

Content<br>

Content <br>

</div>

<div class="blankBar" style="height:10px"></div></div>

<div id="grid1" style="position:absolute; left:534px; top:37px; width:336px; height:15px; z-index: 100; visibility: visible;">

<div style="height:20px;z-index:2;" onMouseOver="readyInsert()" onMouseOut="failInsert();">把层拖动到这儿</div>

</div>

<div id="grid2" style="position:absolute; left:20px; top:40px; width:494px; height:15px; z-index: 100; visibility: visible;">

<div style="height:20px;z-index:2; background-image:url()" onMouseOver="readyInsert()" onMouseOut="failInsert();">把层拖动到这儿</div>

</div>

<div id="div_one" class="div_one" style="position:absolute; left:204px; top:277px; width:433px; z-index:1; background-color: #FFFFFF; layer-background-color: #FFFFFF;" onMouseOver="readyInsert()" onMouseOut="failInsert()">

<div onMouseDown="readyDrag()" style="cursor:move; border:1px solid #996666; background-color:#996666; height:20px" name="dragDIV" class="dragBar"><img src="snap_icon.gif" width="16" height="16">BBS</div>

<div class="textSheet" style="border:1px solid #996666;">Content</div>

<div class="blankBar" style="height:10px"></div>

</div>

<div id="div_one" class="div_one" style="position:absolute; left:561px; top:195px; width:433px; z-index:1; background-color: #FFFFFF; layer-background-color: #FFFFFF;" onMouseOver="readyInsert()" onMouseOut="failInsert()">

<div onMouseDown="readyDrag()" style="cursor:move; border:1px solid #996666; background-color:#996666; height:20px" name="dragDIV" class="dragBar"><img src="snap_icon.gif" width="16" height="16">Log</div>

<div class="textSheet" style="border:1px solid #996666;">Content<br>

Content<br>

Content <br>

Content<br>

</div>

<div class="blankBar" style="height:10px"></div>

</div>

<div id="div_one" class="div_one" style="position:absolute; left:438px; top:74px; width:433px; z-index:1; background-color: #FFFFFF; layer-background-color: #FFFFFF;" onMouseOver="readyInsert()" onMouseOut="failInsert()">

<div onMouseDown="readyDrag()" style="cursor:move; border:1px solid #996666; background-color:#996666; height:20px" name="dragDIV" class="dragBar"><img src="snap_icon.gif" width="16" height="16">Worker</div>

<div class="textSheet" style="border:1px solid #996666;">Content</div>

<div class="blankBar" style="height:10px"></div>

</div>

<div id="div_one" class="div_one" style="position:absolute; left:206px; top:406px; width:433px; z-index:1; background-color: #FFFFFF; layer-background-color: #FFFFFF;" onMouseOver="readyInsert()" onMouseOut="failInsert()">

<div onMouseDown="readyDrag()" style="cursor:move; border:1px solid #996666; background-color:#996666; height:20px" name="dragDIV" class="dragBar"><img src="snap_icon.gif" width="16" height="16">Tools</div>

<div class="textSheet" style="border:1px solid #996666;">Content</div>

<div class="blankBar" style="height:10px"></div>

</div>

</body>

</html>

中国足彩网信息请查看IT技术专栏

中国足彩网信息请查看脚本栏目
易贤网手机网站地址:拖动层并定位
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!
关于我们 | 联系我们 | 人才招聘 | 网站声明 | 网站帮助 | 非正式的简要咨询 | 简要咨询须知 | 加入群交流 | 手机站点 | 投诉建议
工业和信息化部备案号:滇ICP备2023014141号-1 足球游戏_中国足彩网¥体育资讯$ 滇公网安备53010202001879号 人力资源服务许可证:(云)人服证字(2023)第0102001523号
云南网警备案专用图标
联系电话:0871-65317125(9:00—18:00) 获取招聘考试信息及咨询关注公众号:hfpxwx
咨询QQ:526150442(9:00—18:00)版权所有:易贤网
云南网警报警专用图标