ImageVerifierCode 换一换
格式:DOCX , 页数:68 ,大小:37.58KB ,
资源ID:6219092      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/6219092.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(各种菜单代码.docx)为本站会员(b****5)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

各种菜单代码.docx

1、各种菜单代码下拉透明菜单把如下代码加入区域中var mmenus = new Array();var misShow = new Boolean(); misShow=false;var misdown = new Boolean();misdown=false;var mnumberofsub=0;var musestatus=false;var mpopTimer = 0;mmenucolor=#89CB10;mfontcolor=MenuText;mmenuoutcolor=#ADEF34;mmenuincolor=#B5E74E;mmenuoutbordercolor=#ECFA3A;

2、mmenuinbordercolor=#5A2614;mmidoutcolor=#A9DA1D;mmidincolor=#799310;mmenuovercolor=#004080;mitemedge=0;msubedge=1;mmenuunitwidth=66;mmenuitemwidth=140;mmenuheight=25;mmenuwidth=100%;mmenuadjust=0;mmenuadjustV=0;mfonts=font-family: 宋体; font-size: 9pt; color: MenuText; ;mcursor=hand;var swipeSteps = 4

3、;var swipemsec = 25;var swipeArray = new Array();function swipe(el, dir, steps, msec) if (steps = null) steps = swipeSteps; if (msec = null) msec = swipemsec; if (el.swipeIndex = null) el.swipeIndex = swipeArray.length; if (el.swipeTimer != null) window.clearTimeout(el.swipeTimer); swipeArrayel.swip

4、eIndex = el; el.style.clip = rect(-99999, 99999, 99999, -99999); if (el.swipeCounter = null | el.swipeCounter = 0) el.orgLeft = el.offsetLeft; el.orgTop = el.offsetTop; el.orgWidth = el.offsetWidth; el.orgHeight = el.offsetHeight; el.swipeCounter = steps; el.style.clip = rect(0,0,0,0); window.setTim

5、eout(repeat( + dir + , + el.swipeIndex + , + steps + , + msec + ), msec);function repeat(dir, index, steps, msec) el = swipeArrayindex; var left = el.orgLeft; var top = el.orgTop; var width = el.orgWidth; var height = el.orgHeight; if (el.swipeCounter = 0) el.style.clip = rect(-99999, 99999, 99999,

6、-99999); return; else el.swipeCounter-; el.style.visibility = visible; switch (dir) case 2: el.style.clip = rect( + height*el.swipeCounter/steps + , + width + , + height + , + 0 + ); el.style.top = top - height*el.swipeCounter/steps; break; case 8: el.style.clip = rect( + 0 + , + width + , + height*

7、(steps-el.swipeCounter)/steps + , + 0 + ); el.style.top = top + height*el.swipeCounter/steps; break; case 6: el.style.clip = rect( + 0 + , + width + , + height + , + width*(el.swipeCounter)/steps + ); el.style.left = left - width*el.swipeCounter/steps; break; case 4: el.style.clip = rect( + 0 + , +

8、width*(swipeSteps - el.swipeCounter)/steps + , + height + , + 0 + ); el.style.left = left + width*el.swipeCounter/steps; break; el.swipeTimer = window.setTimeout(repeat( + dir + , + index + , + steps + , + msec + ), msec); var mtmpleft=;var mtmptop=;function hideSwipe(el) window.clearTimeout(el.swip

9、eTimer); el.style.visibility = hidden; el.style.clip = rect(-99999, 99999, 99999, -99999); el.swipeCounter = 0; if(mtmpleft!=)el.style.left = mtmpleft; if(mtmptop!=)el.style.top = mtmptop;function stoperror()return true;window.onerror=stoperror;function mpopOut() mpopTimer = setTimeout(mallhide(), 5

10、00);function getReal(el, type, value) temp = el; while (temp != null) & (temp.tagName != BODY) if (eval(temp. + type) = value) el = temp; return el; temp = temp.parentElement; return el;function mMenuRegister(menu) mmenusmmenus.length = menu return (mmenus.length - 1)function mMenuItem(caption,comma

11、nd,target,isline,statustxt,level,img,sizex,sizey,pos) this.items = new Array(); this.caption=caption; mand=command; this.target=target; this.isline=isline; this.statustxt=statustxt; if(level!=null)mnumberofsub+; this.hasc=mnumberofsub; this.level=level; this.img=img; this.sizex=sizex; this.sizey=siz

12、ey; this.pos=pos;function mMenu(caption,command,target,img,sizex,sizey,pos) this.items = new Array(); this.caption=caption; mand=command; this.target=target; this.img=img; this.sizex=sizex; this.sizey=sizey; this.pos=pos; this.id=mMenuRegister(this);function mMenuAddItem(item) this.itemsthis.items.l

13、ength = item item.parent = this.id; this.children=true;mMenu.prototype.addItem = mMenuAddItem;mMenuItem.prototype.addsubItem = mMenuAddItem;function mtoout(src)src.style.borderLeftColor=mmenuoutbordercolor;src.style.borderRightColor=mmenuinbordercolor;src.style.borderTopColor=mmenuoutbordercolor;src

14、.style.borderBottomColor=mmenuinbordercolor;src.style.backgroundColor=mmenuoutcolor;src.style.color=mmenuovercolor;function mtoin(src)src.style.borderLeftColor=mmenuinbordercolor;src.style.borderRightColor=mmenuoutbordercolor;src.style.borderTopColor=mmenuinbordercolor;src.style.borderBottomColor=mm

15、enuoutbordercolor;src.style.backgroundColor=mmenuincolor;src.style.color=mmenuovercolor;function mnochange(src)src.style.borderLeftColor=mmenucolor;src.style.borderRightColor=mmenucolor;src.style.borderTopColor=mmenucolor;src.style.borderBottomColor=mmenucolor;src.style.backgroundColor=;src.style.co

16、lor=mfontcolor;function mallhide() for(var nummenu=0;nummenummenus.length;nummenu+) var themenu=document.allmMenu+nummenu var themenudiv=document.allmmenudiv+nummenu mnochange(themenu); mmenuhide(themenudiv); for(nummenu=1;nummenudocument.body.clientWidth+document.body.scrollLeft)menuid.style.left=d

17、ocument.body.clientWidth+document.body.scrollLeft-mmenuitemwidth;mtmpleft=menuid.style.left;mtmptop=menuid.style.top;swipe(menuid,2,4);misShow=true;function mshowsubmenu(menuid,pid,rid)menuid.style.filter=Alpha(Opacity=80);menuid.style.left=pid.offsetWidth+rid.offsetLeft;menuid.style.top=pid.offsetT

18、op+rid.offsetTop-3;if(mmenuitemwidth+parseInt(menuid.style.left)document.body.clientWidth+document.body.scrollLeft)menuid.style.left=document.body.clientWidth+document.body.scrollLeft-mmenuitemwidth;menuid.style.visibility=visible;function mmenu_over(menuid,x)toel = getReal(window.event.toElement, c

19、lassName, coolButton);fromel = getReal(window.event.fromElement, className, coolButton);if (toel = fromel) return;if(x0) misShow = false; mallhide(); mtoout(eval(mMenu+x);else mallhide(); mtoin(eval(mMenu+x); mmenushow(menuid,eval(mMenu+x);clearTimeout(mpopTimer);function mmenu_out(x)toel = getReal(

20、window.event.toElement, className, coolButton);fromel = getReal(window.event.fromElement, className, coolButton);if (toel = fromel) return;if (misShow)mtoin(eval(mMenu+x);elsemnochange(eval(mMenu+x);mpopOut()function mmenu_down(menuid,x) if(misShow) mmenuhide(menuid); mtoout(eval(mMenu+x); else mtoi

21、n(eval(mMenu+x); mmenushow(menuid,eval(mMenu+x); misdown=true; function mmenu_up() misdown=false;function mmenuitem_over(menuid,item,x,j,i)toel = getReal(window.event.toElement, className, coolButton);fromel = getReal(window.event.fromElement, className, coolButton);if (toel = fromel) return;srcel =

22、 getReal(window.event.srcElement, className, coolButton); for(nummenu=1;nummenu=thesub.style.tag) msubmenuhide(thesub); mnochange(document.allmp+nummenu); document.allmitem+nummenu.style.color=mfontcolor; if(item)document.allmitem+item.style.color=mmenuovercolor;if(misdown|item) mtoin(srcel);else mt

23、oout(srcel);if(x=-1)mthestatus=eval(msub+j).itemsi.statustxt;if(j=-1)mthestatus=mmenusx.itemsi.statustxt;if(mthestatus!=) musestatus=true; window.status=mthestatus;clearTimeout(mpopTimer);function mmenuitem_out(hassub)toel = getReal(window.event.toElement, className, coolButton);fromel = getReal(win

24、dow.event.fromElement, className, coolButton);if (toel = fromel) return;srcel = getReal(window.event.srcElement, className, coolButton);if(!hassub)mnochange(srcel);if(musestatus)window.status=;mpopOut()function mmenuitem_down()srcel = getReal(window.event.srcElement, className, coolButton);mtoin(src

25、el)misdown=true;function mmenuitem_up()srcel = getReal(window.event.srcElement, className, coolButton);mtoout(srcel)misdown=false;function mexec3(j,i)var cmd;if(eval(msub+j).itemsi.target=blank) cmd = window.open(+eval(msub+j)mand+);else cmd = eval(msub+j).itemsi.target+.location=+eval(msub+j)mand+;

26、eval(cmd);function mexec2(x)var cmd;if(mmenusx.target=blank) cmd = window.open(+mand+);else cmd = mmenusx.target+.location=+mand+;eval(cmd);function mexec(x,i)var cmd;if(mmenusx.itemsi.target=blank) cmd = window.open(+mand+);else cmd = mmenusx.itemsi.target+.location=+mand+;eval(cmd);function mbody_click()if (misShow) srcel = getReal(window.event.srcElement, className, coolButton); for(var x=0;x=mmenus.length

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1