预览加载中,请您耐心等待几秒...
1/8
2/8
3/8
4/8
5/8
6/8
7/8
8/8

在线预览结束,喜欢就下载吧,查找使用更方便

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

经典广告代码javascript漂动的图片 <styletype="text/css">.mainDiv {width:160px;}.topItem{width:160px;height:22px;cursor:pointer;background:#467BF2;text-decoration:none;color:white;font-weight:bold;font-family:"GOTHIC";}.dropMenu{background:#D9D9D9;border-top:1pxsolid#467BF2;border-left:1pxsolid#92B1F8;border-right:1pxsolid#92B1F8;border-bottom:1pxsolid#92B1F8;}.subMenu{display:none;}.subItem{padding-left:5px;cursor:pointer;font-weight:bold;text-decoration:none;color:black;}.subItema{text-decoration:none;color:black;}.subItemOver{cursor:pointer;color:blue;text-decoration:underline;font-weight:bold;padding-left:5px;}.subItemOvera{color:blue;}.drop{border-left:1pxsolidblack;border-right:1pxsolidblack;}</style><scriptlanguage="JavaScript">varTIMER_SLIDE=null;varOBJ_SLIDE;varOBJ_VIEW;varPIX_SLIDE=10;//thisistheamountofslide/DELAY_SLIDEvarNEW_PIX_VAL;varDELAY_SLIDE=30;//thisisthetimebetweeneachcalltoslidevarDIV_HEIGHT=22;//valueirrelevantvarSUB_MENU_NUM=0;varRE_INIT_OBJ=null;varbMenu=document.getElementByIdx("curMenu");varMainDiv,SubDiv//DDaddedcodedocument.write('<divid="tempcontainer"class="mainDiv"style="visibility:hidden;position:absolute"></div>')functionInit(objDiv){if(TIMER_SLIDE==null){SUB_MENU_NUM=0;MainDiv=objDiv.parentNode;SubDiv=MainDiv.getElementsByTagName_r("DIV").item(0);SubDiv.onclick=SetSlide;OBJ_SLIDE=MainDiv.getElementsByTagName_r("DIV").item(1)OBJ_VIEW=OBJ_SLIDE.getElementsByTagName_r("DIV").item(0);document.getElementByIdx("tempcontainer").innerHTML=MainDiv.getElementsByTagName_r("DIV").item(2).innerHTML//DDaddedcodeDIV_HEIGHT=document.getElementByIdx("tempcontainer").offsetHeight//DDaddedcodefor(i=0;i<OBJ_VIEW.childNodes.length;i++){if(OBJ_VIEW.childNodes.item(i).tagName=="SPAN"){SUB_MENU_NUM++;OBJ_VIEW.childNodes.item(i).onmouseover=ChangeStyle;OBJ_VIEW.childNodes.item(i).onmouseout=ChangeStyle;}}NEW_PIX_VAL=parseInt(MainDiv.getAttribute("state"));}}functionSetSlide(){if(window.TIMER_SLIDE)clearInterval(TIMER_SLIDE)//DDaddedcodeif(TIMER_SLIDE==null&&this.parentN