网页导航菜单特效:可移动,可关闭的网站导航特效 -电脑资料

电脑资料 时间:2019-01-01 我要投稿
【www.unjs.com - 电脑资料】
网页导航菜单特效:可移动,可关闭的网站导航特效 -电脑资料 www.putaojiayuan.com:

3lian

//drag drop function for ie4+ and NS6//// ///////////////////////////////// function drag_drop(e){ if (ie4&&dragapproved){ crossobj.style.left=tempx+event.clientX-offsetx crossobj.style.top=tempy+event.clientY-offsety return false } else if (ns6&&dragapproved){ crossobj.style.left=tempx+e.clientX-offsetx crossobj.style.top=tempy+e.clientY-offsety return false } } function initializedrag(e){ if (ie4&&event.srcElement.id=="postit"||ns6&&e.target.id=="postit"){ ffsetx=ie4? event.clientX : e.clientX ffsety=ie4? event.clientY : e.clientY tempx=parseInt(crossobj.style.left) tempy=parseInt(crossobj.style.top) dragapproved=true document.onmousemove=drag_drop } } document.onmousedown=initializedrag document.onmouseup=new Function("dragapproved=false")

        

提示:您可以先修改部分代码再运行,复制代码和保存代码功 能在Firefox下无效,

网页导航菜单特效:可移动,可关闭的网站导航特效

电脑资料

网页导航菜单特效:可移动,可关闭的网站导航特效》(https://www.unjs.com)。
最新文章