欢迎来到福编程网,本站提供各种互联网专业知识!

网上抓的一个特效

发布时间:2007-05-11 作者: 来源:转载
特效在窗口左边,可否改在窗口右边???效果页面代码:ad_p1_sp15_n6='';ad_p1_sp15_n7='';ad_p1_sp15_n8='';document.write(ad_p1_sp15_n6);document.write(ad_p1_sp15_n7);document.write(ad_p1_sp15_n8);menu.js文件代码:[Copytoclipboard][-]CODE
特效在窗口左边,可否改在窗口右边???
效果页面代码:

ad_p1_sp15_n6='';
ad_p1_sp15_n7='';
ad_p1_sp15_n8='';






document.write(ad_p1_sp15_n6);





document.write(ad_p1_sp15_n7);


document.write(ad_p1_sp15_n8);




src="menu.js">
menu.js文件代码:

[Copytoclipboard][-]CODE:
//----begin-----共用函数-----
functionbuildBar()
{
if(barText.indexOf('-1)
{
tempBar=barText;
}
else
{
for(b=0;b{
tempBar+=barText.charAt(b)+"
";
}
}
document.write('')
}
//----end-----共用函数-----

//----begin-----IE浏览器部分-----

functionmoveIEOut()
{
if(ssm.pixelLeft<0)
{
clearTimeout(moving);moving=setTimeout('moveIEOut()',slideSpeed);slideIEMenu(10)
}
else
{
clearTimeout(moving);moving=setTimeout('null',1)
}
}

functionmoveIEBack()
{
clearTimeout(moving);moving=setTimeout('moveIEBack1()',waitTime)
}
functionmoveIEBack1()
{
if(ssm.pixelLeft>(-menuWidth))
{
clearTimeout(moving);moving=setTimeout('moveIEBack1()',slideSpeed);slideIEMenu(-10)
}
else
{
clearTimeout(moving);moving=setTimeout('null',1)
}
}

functionslideIEMenu(num)
{
ssm.pixelLeft+=num;
}

functionmakeIEStatic()
{
winY=document.body.scrollTop;
if(winY!=lastY&&winY>YOffset-staticYOffset)
{
smooth=.2*(winY-lastY-YOffset+staticYOffset);
}
elseif(YOffset-staticYOffset+lastY>YOffset-staticYOffset)
{
smooth=.2*(winY-lastY-(YOffset-(YOffset-winY)));
}
else
{
smooth=0;
}
if(smooth>0)
{
smooth=Math.ceil(smooth);
}
else
{
smooth=Math.floor(smooth);
}
bssm.pixelTop+=smooth;
lastY=lastY+smooth;
setTimeout('makeIEStatic()',1)
}

functioninitIESlide()
{
ssm=document.all("thessm").style;
bssm=document.all("basessm").style;
bssm.clip="rect(0"+thessm.offsetWidth+""+thessm.offsetHeight+"0)";
bssm.visibility="visible";
if(menuIsStatic=="yes")
{
makeIEStatic();
}
}

functionbuildIEMenu()
{
document.write('')
document.write('');
for(i=0;i{
if(!ssmItems[i][3])
{
ssmItems[i][3]=menuCols;
ssmItems[i][5]=menuWidth-1;
}
elseif(ssmItems[i][3]!=menuCols)
{
ssmItems[i][5]=Math.round(menuWidth*(ssmItems[i][3]/menuCols)-1);
}
if(ssmItems[i-1]&&ssmItems[i-1][4]!="no")
{
document.write('');
}
if(!ssmItems[i][1])
{
document.write(''+ssmItems[i][0]+'')
}
else
{
if(!ssmItems[i][2])
{
ssmItems[i][2]=linkTarget;
}
document.write(''+ssmItems[i][0]+'

')
}
if(ssmItems[i][4]!="no"&&barBuilt==0)
{
buildBar();
barBuilt=1;
}
if(ssmItems[i][4]!="no")
{
document.write('')
}
}
document.write('')
document.write('
')
theleft=-menuWidth;lastY=0;setTimeout('initIESlide();',1)
}
//----end-----IE浏览器部分-----

//----begin-----NS部分-----
functionmoveNSOut()
{
if(parseInt(ssm.left)<0)
{
clearTimeout(moving);moving=setTimeout('moveNSOut()',slideSpeed);slideNSMenu(10)
}
else
{
clearTimeout(moving);moving=setTimeout('null',1)
}
}

functionmoveNSBack()
{
clearTimeout(moving);moving=setTimeout('moveNSBack1()',waitTime)
}

functionmoveNSBack1()
{
if(parseInt(ssm.left)>(-menuWidth))
{
clearTimeout(moving);moving=setTimeout('moveNSBack1()',slideSpeed);slideNSMenu(-10)
}
else
{
clearTimeout(moving);moving=setTimeout('null',1)
}
}

functionslideNSMenu(num)
{
ssm.left=parseInt(ssm.left)+num;
bssm.clip.right+=num;bssm2.clip.right+=num;
}

functionmakeNSStatic()
{
winY=window.pageYOffset;
if(winY!=lastY&&winY>YOffset-staticYOffset)
{
smooth=.2*(winY-lastY-YOffset+staticYOffset);
}
elseif(YOffset-staticYOffset+lastY>YOffset-staticYOffset)
{
smooth=.2*(winY-lastY-(YOffset-(YOffset-winY)));
}
else
{
smooth=0;
}
if(smooth>0)
{
smooth=Math.ceil(smooth);
}
else
{
smooth=Math.floor(smooth);
}
bssm.top=parseInt(bssm.top)+smooth
lastY=lastY+smooth;
setTimeout('makeNSStatic()',1)
}

functioninitNSSlide()
{
bssm=document.layers["basessm1"];
bssm2=bssm.document.layers["basessm2"];ssm=bssm2.document.layers["thessm"];
bssm2.clip.left=0;ssm.visibility="show";
if(menuIsStatic=="yes")
{
makeNSStatic();
}
}

functionbuildNSMenu()
{
document.write('')
document.write('');
for(i=0;i{
if(!ssmItems[i][3])
{
ssmItems[i][3]=menuCols;
ssmItems[i][5]=menuWidth-1;
}
elseif(ssmItems[i][3]!=menuCols)
{
ssmItems[i][5]=Math.round(menuWidth*(ssmItems[i][3]/menuCols)-1);
}
if(ssmItems[i-1]&&ssmItems[i-1][4]!="no")
{
document.write('');
}
if(!ssmItems[i][1])
{
document.write(''+ssmItems[i][0]+'')
}
else
{
if(!ssmItems[i][2])
{
ssmItems[i][2]=linkTarget;
}
document.write(''+ssmItems[i][0]+'')
}
if(ssmItems[i][4]!="no"&&barBuilt==0)
{
buildBar();
barBuilt=1;
}
if(ssmItems[i][4]!="no")
{
document.write('')
}
}
document.write('')
document.write('')
theleft=-menuWidth;lastY=0;setTimeout('initNSSlide();',1)
}
//-----end------NS部分-----

//-----begin------NS6部分-----
functionmoveNS6Out()
{
if(parseInt(ssm.left)<0)
{
clearTimeout(moving);moving=setTimeout('moveNS6Out()',slideSpeed);slideNS6Menu(10)
}
else
{
clearTimeout(moving);moving=setTimeout('null',1)
}
}
functionmoveNS6Back()
{
clearTimeout(moving);moving=setTimeout('moveNS6Back1()',waitTime)
}
functionmoveNS6Back1()
{
if(parseInt(ssm.left)>(-menuWidth))
{
clearTimeout(moving);moving=setTimeout('moveNS6Back1()',slideSpeed);slideNS6Menu(-10)
}
else
{
clearTimeout(moving);moving=setTimeout('null',1)
}
}

functionslideNS6Menu(num)
{
ssm.left=parseInt(ssm.left)+num;
}

functionmakeNS6Static()
{
winY=window.pageYOffset;
if(winY!=lastY&&winY>YOffset-staticYOffset)
{
smooth=.2*(winY-lastY-YOffset+staticYOffset);
}
elseif(YOffset-staticYOffset+lastY>YOffset-staticYOffset)
{
smooth=.2*(winY-lastY-(YOffset-(YOffset-winY)));
}
else
{
smooth=0;
}
if(smooth>0)
{
smooth=Math.ceil(smooth);
}
else
{
smooth=Math.floor(smooth);
}
bssm.top=parseInt(bssm.top)+smooth
lastY=lastY+smooth;
setTimeout('makeNS6Static()',1)
}

functioninitNS6Slide()
{
ssm=document.getElementById("thessm").style;bssm=document.getElementById("basessm").style;
bssm.clip="rect(0"+document.getElementById("thessm").offsetWidth+""+document.getElementById("thessm").offsetHeight+"0)";
ssm.visibility="visible";
if(menuIsStatic=="yes")
{
makeNS6Static();
}
}

functionbuildNS6Menu()
{
document.write('')
document.write('')
document.write('');
for(i=0;i{
if(!ssmItems[i][3])
{
ssmItems[i][3]=menuCols;
ssmItems[i][5]=menuWidth-1;
}
elseif(ssmItems[i][3]!=menuCols)
{
ssmItems[i][5]=Math.round(menuWidth*(ssmItems[i][3]/menuCols)-1);
}
if(ssmItems[i-1]&&ssmItems[i-1][4]!="no")
{
document.write('');
}
if(!ssmItems[i][1])
{
document.write(''+ssmItems[i][0]+'')
}
else
{
if(!ssmItems[i][2])
{
ssmItems[i][2]=linkTarget;
}
document.write(''+ssmItems[i][0]+'')
}
if(ssmItems[i][4]!="no"&&barBuilt==0)
{
buildBar();
barBuilt=1;
}
if(ssmItems[i][4]!="no")
{
document.write('')
}
}
document.write('')
document.write('')
document.write('')
theleft=-menuWidth;lastY=0;setTimeout('initNS6Slide();',1)
}
//-----end------NS6部分-----

NS6=(document.getElementById&&!document.all)
IE=(document.all)
NS=(navigator.appName=="Netscape"&&navigator.appVersion.charAt(0)=="4")
tempBar='';barBuilt=0;ssmItems=newArray();
moving=setTimeout('null',1)

YOffset=150;
XOffset=0;
staticYOffset=30;
slideSpeed=20
waitTime=50;
menuBGColor="";
menuIsStatic="yes";
menuWidth=100;
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#000000";
hdrBGColor="#ffffff";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#ff3333";
barVAlign="center";
barWidth=20;
barText="※乐趣个人事务所※";

ssmItems[0]=["我要注册","/eden/ctl_eden_login.php?ctlObj=login_protocol","_blank"]
ssmItems[1]=["我的首页","/eden/ctl_eden.php","_blank"]
ssmItems[2]=["我的收藏夹","/eden/ctl_eden.php?ctlOprType=get&ctlObj=favorites","_blank"]
ssmItems[3]=["我的好友","/eden/ctl_eden.php?ctlOprType=get&ctlObj=friends","_blank"]
ssmItems[4]=["我的留言","/eden/ctl_eden.php?ctlOprType=get&ctlObj=msgs","_blank"]
ssmItems[5]=["我的论坛","/eden/forum/ctl_eden_forum.php","_blank"]
ssmItems[6]=["我的博客","/eden/blog/","_blank"]
ssmItems[7]=["我的相册","/eden/album/","_blank"]
ssmItems[8]=["图片管理","/eden/upload/ctl_upload.php","_blank"]
ssmItems[9]=["高级搜索","/eden/search_menu.html","_blank"]
ssmItems[10]=["热线帮助","http://hk.netsh.com/eden/bbs/154/","_blank"]
ssmItems[11]=["退出登录","/eden/ctl_eden_login.php?ctlOprType=put&ctlObj=login_out",""]

if(IE)
{
buildIEMenu();
}
elseif(NS)
{
buildNSMEnu();
}
elseif(NS6)
{
buildNS6MEnu();
}
else
{
alert("不能运行!");
}

相关推荐