收录16421种疾病

扫一扫官方微信
关注更多健康资讯

问专家

提建议

回顶部

您所在的位置: 久久健康网> 疾病百科> 疾病症状> 开合

可以开合的文字说明

时间 : 2009-12-02 17:53:58 来源:www.wangqi.com

[摘要]

<html>

<head><metahttp-equiv="Content-Type"content="text/html;charset=gb2312"><title>网页特效|Linkweb.cn/Js|---可以开合的文字说明</title></head>

<body>

<styletype="text/css">DIV.clTopMenu{position:absolute;width:101;height:150;clip:rect(0,101,14,0);visibility:hidden;z-index:31;layer-background-color:#EEEEEE;background-color:#00CCFF}DIV.clTopMenuBottom{position:absolute;width:101;height:3;clip:rect(0,101,3,0);top:11;layer-background-color:#CECFCE;background-color:#000099;z-index:2}DIV.clTopMenuText{position:absolute;width:91;left:5;top:15;font-family:"Arial","Helvetica","sans-serif";font-size:9pt;background-color:#EEEEEE;z-index:1;color:#000000}a:link{color:#000000;text-decoration:none}</style><scriptlanguage="JavaScript"type="text/javascript">/**********************************************************************************NewsMenu*Copyright(C)2001ThomasBrattli*ThisscriptwasreleasedatDHTMLCentral.com*Visitformoregreatscripts!*Thismaybeusedandchangedfreelyaslongasthismsgisintact!*Wewillalsoappreciateanylinksyoucouldgiveus.**MadebyThomasBrattli*********************************************************************************/

functionlib_bwcheck(){//Browsercheck(needed)this.ver=navigator.appVersionthis.agent=navigator.userAgentthis.dom=document.getElementById?1:0this.opera5=this.agent.indexOf("Opera5")>-1this.ie5=(this.ver.indexOf("MSIE5")>-1&&this.dom&&!this.opera5)?1:0;this.ie6=(this.ver.indexOf("MSIE6")>-1&&this.dom&&!this.opera5)?1:0;this.ie4=(document.all&&!this.dom&&!this.opera5)?1:0;this.ie=this.ie4||this.ie5||this.ie6this.mac=this.agent.indexOf("Mac")>-1this.ns6=(this.dom&&parseInt(this.ver)>=5)?1:0;this.ns4=(document.layers&&!this.dom)?1:0;this.bw=(this.ie6||this.ie5||this.ie4||this.ns4||this.ns6||this.opera5)returnthis}varbw=newlib_bwcheck()

/********************************************************************************Ifyouwanttochangetheappearensonthetext,background-colors,sizeoranythingdothatinthestyletagabove.

Thismenumightnotbeaseasytoadapttoyourownsite,butpleaseplayaroundwithitbeforeyoumailmeforhelp...****************************************************************************/

/***************************************************************************Variablestoset.****************************************************************************/

//Thereare2waysthesemenuscanbeplaced//0=column//1=rownPlace=0

//Howmanymenusdoyouhave?(remembertocopyandadddivsinthebodyifyouaddmenus)varnNumberOfMenus=2//修改图层的显示位置varnMwidth=101//Thewidthonthemenus(setthewidthinthestylesheetaswell)varnPxbetween=20//PixelsbetweenthemenusvarnFromleft=10//ThefirstmenusleftpositionvarnFromtop=20//ThetoppositionofthemenusvarnBgcolor='#CECFCE'//ThebgColorofthebottommouseoverdivvarnBgcolorchangeto='#6380BC'//ThebgColortochangetovarnImageheight=11//Thepositionthemouseoverlinedivwillstopatwhengoingup!

/***************************************************************************Youshouldn'thavetochangeanythingbelowthis****************************************************************************///ObjectconstructorfunctionmakeNewsMenu(obj,nest){nest=(!nest)?"":'document.'+nest+'.'this.css=bw.dom?document.getElementById(obj).style:bw.ie4?document.all[obj].style:bw.ns4?eval(nest+"document.layers."+obj):0;this.evnt=bw.dom?document.getElementById(obj):bw.ie4?document.all[obj]:bw.ns4?eval(nest+"document.layers."+obj):0;this.scrollHeight=bw.ns4?this.css.document.height:this.evnt.offsetHeightthis.moveIt=b_moveIt;this.bgChange=b_bgChange;this.slideUp=b_slideUp;this.slideDown=b_slideDown;this.clipTo=b_clipTo;this.obj=obj+"Object";eval(this.obj+"=this")}//Objectsmethodsfunctionb_moveIt(x,y){this.x=x;this.y=y;this.css.left=this.x;this.css.top=this.y}functionb_bgChange(color){if(bw.dom||bw.ie4)this.css.backgroundColor=color;elsethis.css.bgColor=color}functionb_clipTo(t,r,b,l){if(bw.ns4){this.css.clip.top=t;this.css.clip.right=r;this.css.clip.bottom=b;this.css.clip.left=l}elsethis.css.clip="rect("+t+","+r+","+b+","+l+")";}functionb_slideUp(ystop,moveby,speed,fn,wh){if(!this.slideactive){if(this.y>ystop){this.moveIt(this.x,this.y-5);eval(wh)setTimeout(this.obj+".slideUp("+ystop+","+moveby+","+speed+",'"+fn+"','"+wh+"')",speed)}else{this.slideactive=false;this.moveIt(0,ystop);eval(fn)}}}functionb_slideDown(ystop,moveby,speed,fn,wh){if(!this.slideactive){if(this.y<ystop){this.moveIt(this.x,this.y+5);eval(wh)setTimeout(this.obj+".slideDown("+ystop+","+moveby+","+speed+",'"+fn+"','"+wh+"')",speed)}else{this.slideactive=false;this.moveIt(0,ystop);eval(fn)}}}//Initiatingthepage,makingcross-browserobjectsfunctionnewsMenuInit(){oTopMenu=newArray()zindex=10for(i=0;i<=nNumberOfMenus;i++){oTopMenu[i]=newArray()oTopMenu[i][0]=newmakeNewsMenu('divTopMenu'+i)oTopMenu[i][1]=newmakeNewsMenu('divTopMenuBottom'+i,'divTopMenu'+i)oTopMenu[i][2]=newmakeNewsMenu('divTopMenuText'+i,'divTopMenu'+i)oTopMenu[i][1].moveIt(0,nImageheight)oTopMenu[i][0].clipTo(0,nMwidth,nImageheight+3,0)if(!nPlace)oTopMenu[i][0].moveIt(i*nMwidth+nFromleft+(i*nPxbetween),nFromtop)else{oTopMenu[i][0].moveIt(nFromleft,i*nImageheight+nFromtop+(i*nPxbetween))oTopMenu[i][0].css.zIndex=zindex--}oTopMenu[i][0].css.visibility="visible"}}//MovesthemenufunctiontopMenu(num){if(oTopMenu[num][1].y==nImageheight)oTopMenu[num][1].slideDown(oTopMenu[num][2].scrollHeight+20,10,40,'oTopMenu['+num+'][0].clipTo(0,nMwidth,oTopMenu['+num+'][1].y+3,0)','oTopMenu['+num+'][0].clipTo(0,nMwidth,oTopMenu['+num+'][1].y+3,0)')elseif(oTopMenu[num][1].y==oTopMenu[num][2].scrollHeight+20)oTopMenu[num][1].slideUp(nImageheight,10,40,'oTopMenu['+num+'][0].clipTo(0,nMwidth,oTopMenu['+num+'][1].y+3,0)','oTopMenu['+num+'][0].clipTo(0,nMwidth,oTopMenu['+num+'][1].y+3,0)')}//ChangesbackgroundonmouseoverfunctionmenuOver(num){oTopMenu[num][1].bgChange(nBgcolorchangeto)}functionmenuOut(num){oTopMenu[num][1].bgChange(nBgcolor)}

//Callstheinitfunctiononloadonload=newsMenuInit;</script>

<divid="divTopMenu0"class="clTopMenu"align="center"style="height:170;left:20;top:20"><spanclass="css3"><ahref="#"onMouseOver="menuOver(0)"onMouseOut="menuOut(0)"onClick="topMenu(0);if(bw.dom||bw.ie4)this.blur();returnfalse">关于本站</a></span><divid="divTopMenuText0"class="clTopMenuText"><spanclass="css3">本网站是为广大的网页设计者服务的网站。网站收集了大量的网页素材、JSP编程、图形特效、JavaST特效和网页制作工具的使用方法。</span><fontsize="2"><fontcolor="#000000">。</font></font></div><divid="divTopMenuBottom0"class="clTopMenuBottom"style="top:11;height:10"></div></div><divid="divTopMenu1"class="clTopMenu"align="center"style="height:190;left:131;top:20"><spanclass="css3"><ahref="#"onMouseOver="menuOver(1)"onMouseOut="menuOut(1)"onClick="topMenu(1);if(bw.dom||bw.ie4)this.blur();returnfalse">网页特效</a></span><divid="divTopMenuText1"class="clTopMenuText">本页从上千个网页特效中精选出几百个实用的网页特效并做了严格的测试和详细的说明。如果你在使用中有什么问题,请来信告诉我们。<br></div><divid="divTopMenuBottom1"class="clTopMenuBottom"></div></div></body>

</html>

关键词:
分享到:

专家咨询

王强

主任医师 副教授

擅长:胸外科 [详情]

向TA提问

倪幼方

主任医师 副教授

擅长:各种心血管 [详情]

向TA提问

程云阁

主任医师 副教授

擅长:胸腔镜 [详情]

向TA提问

常见用药

补中益气丸

[功能主治]色欲伤,腹股沟直疝,腹股....详情

元胡止痛片

[功能主治]理气,活血,止痛。用于行...详情

小儿泻止散

[功能主治]小儿湿热内蕴,非感染性轻...详情

推荐医院

暨南大学医学院附属黄埔区中医院

暨南大学医学院附属黄埔区中医院

二级甲等/综合医院/医保定点

广州市黄埔区蟹山路3号

中国人民解放军空军航空医学研究所附属医院

中国人民解放军空军航空医学研究所附属医院

三级甲等/综合医院/医保定点

北京市海淀区昌运宫15号

哈尔滨第一医院

哈尔滨第一医院

三级甲等/综合医院/医保定点

哈尔滨市道里区地段街151号

猜你喜欢

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Copyright© 2000-2015 www.9939.com All Rights Reserved 版权所有 皖ICP备18005611号-7

特别声明:本站信息仅供参考 不能作为诊断及医疗的依据 本站如有转载或引用文章涉及版权问题请速与我们联系