欢迎来到天天文库
浏览记录
ID:17387846
大小:27.74 KB
页数:30页
时间:2018-08-30
《下拉导航菜单代码jsp》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、下拉导航菜单代码JSP下拉透明菜单----------------------------------------------------------------------------------------脚本说明:把如下代码加入
2、false;varmpopTimer=0;mmenucolor='#89CB10';mfontcolor='MenuText';mmenuoutcolor='#ADEF34';mmenuincolor='#B5E74E';mmenuoutbordercolor='#ECFA3A';mmenuinbordercolor='#5A2614';mmidoutcolor='#A9DA1D';mmidincolor='#799310';mmenuovercolor='#004080';mitemedge='0';msubedge='1';mmenuunitwidth=66
3、;mmenuitemwidth=140;mmenuheight=25;mmenuwidth='100%';mmenuadjust=0;mmenuadjustV=0;mfonts='font-family:宋体;font-size:9pt;color:MenuText;';mcursor='hand';varswipeSteps=4;varswipemsec=25;varswipeArray=newArray();functionswipe(el,dir,steps,msec){if(steps==null)steps=swipeSteps;if(msec==nu
4、ll)msec=swipemsec;if(el.swipeIndex==null)el.swipeIndex=swipeArray.length;if(el.swipeTimer!=null)window.clearTimeout(el.swipeTimer);swipeArray[el.swipeIndex]=el;el.style.clip="rect(-99999,99999,99999,-99999)";if(el.swipeCounter==null
5、
6、el.swipeCounter==0){el.orgLeft=el.offsetLeft;el.or
7、gTop=el.offsetTop;el.orgWidth=el.offsetWidth;el.orgHeight=el.offsetHeight;}el.swipeCounter=steps;el.style.clip="rect(0,0,0,0)";window.setTimeout("repeat("+dir+","+el.swipeIndex+","+steps+","+msec+")",msec);}functionrepeat(dir,index,steps,msec){el=swipeArray[index];varleft=el.orgLeft;
8、vartop=el.orgTop;varwidth=el.orgWidth;varheight=el.orgHeight;if(el.swipeCounter==0){el.style.clip="rect(-99999,99999,99999,-99999)";return;}else{el.swipeCounter--;el.style.visibility="visible";switch(dir){case2:el.style.clip="rect("+height*el.swipeCounter/steps+","+width+","+height+"
9、,"+0+")";el.style.top=top-height*el.swipeCounter/steps;break;case8:el.style.clip="rect("+0+","+width+","+height*(steps-el.swipeCounter)/steps+","+0+")";el.style.top=top+height*el.swipeCounter/steps;break;case6:el.style.clip="rect("+0+","+width+","+height+","+width*(el.swipeCounter)/s
10、teps+")";el.
此文档下载收益归作者所有