标题:
求教 数据流背景是如何做出来的?
[打印本页]
作者:
Evi
时间:
2005-8-9 22:25
标题:
求教 数据流背景是如何做出来的?
看过几个网页
他们的背景很独特
背景色是黑的
有向下滚动动数据流
谁可以叫我这中背景是如何做出来的?
给个教程也行啊!!
是用flash mx 做出来的吗?
作者:
高风亮节
时间:
2005-8-10 00:23
标题:
求教 数据流背景是如何做出来的?
不知道你说的是不是这个!! 这只是一个网业特效而已
<html>
<head>
<title>0、1数字下落</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor=#000000>
<!-------------------------------->
<script language="JavaScript">
<!--
if (document.all){
Cols=8;//满屏最多显示的个数
Cl=10;//数量
Cs=100;//间距
Ts=30;//文字大小
Tc=';#008800';;
Tc1=';#00ff00';;
MnS=5;//下落速度
MxS=5;//下落速度
I=Cs;
Sp=new Array();S=new Array();Y=new Array();
C=new Array();M=new Array();B=new Array();
RC=new Array();E=new Array();Tcc=new Array("u");ue=new Array("欢<br/>迎<br/>来<br/>到<br/>黑<br/>色","海<br/>岸","线","看","嘿")
document.write("<div id=';Container'; style=';position:absolute;top:0;left:-"+Cs+"';>");
document.write("<div style=';position:relative';>");
for(i=0; i < Cols; i++){
S[i]=I+=Cs;
document.write("<div id=';A'; style=';position:absolute;top:0;font-family:Arial;font-size:"
+Ts+"px;left:"+S[i]+";width:"+Ts+"px;height:0px;color:"+Tc+";visibility:hidden';></div>");
}
document.write("</div></div>");
for(j=0; j < Cols; j++){
RC[j]=1+Math.round(Math.random()*Cl);
Y[j]=0;
Sp[j]=Math.round(MnS+Math.random()*MxS);
for(i=0; i < RC[j]; i++){
B[i]=';';;
C[i]=Math.round(Math.random()*1)+'; ';;
M[j]=B[0]+=C[i];
}
}
function Cycle(){
Container.style.top=window.document.body.scrollTop;
for (i=0; i < Cols; i++){
var r = Math.floor(Math.random()*Tcc.length);
E[i] = ';<font color=';+Tc1+';>';+Tcc[r]+';</font>';;
Y[i]+=Sp[i];
if (Y[i] > window.document.body.clientHeight){
for(i2=0; i2 < Cols; i2++){
RC[i2]=1+Math.round(Math.random()*Cl);
for(i3=0; i3 < RC[i2]; i3++){
B[i3]=';';;
C[i3]=Math.round(Math.random()*1)+'; ';;
C[Math.floor(Math.random()*i2)]='; ';+'; ';;
tt=Math.floor(Math.random()*ue.length);
tt=ue[tt]+"<br/>";
M[i]=B[0]+=tt;
Y[i]=-Ts*M[i].length/1.5;
A[i].style.visibility=';visible';;
}
Sp[i]=Math.round(MnS+Math.random()*MxS);
}
}
A[i].style.top=Y[i];
A[i].innerHTML=M[i]+'; ';+E[i]+'; ';;
}
setTimeout(';Cycle()';,10)
}
Cycle();
}
// -->
</script>
<!---------------------------------->
</body>
</html>
</body>
</html>
复制代码
作者:
高风亮节
时间:
2005-8-10 00:26
标题:
求教 数据流背景是如何做出来的?
我不知道雷傲的论坛没有运行代码
还是我不会用雷傲的论坛。
只能让这为哥们放到DREAMWEAVER里看看效果了。
作者:
Evi
时间:
2005-8-10 13:49
标题:
求教 数据流背景是如何做出来的?
不错
就是这中特效
谢谢帮助
非常感谢
作者:
☆一往情深☆
时间:
2005-8-10 21:50
标题:
求教 数据流背景是如何做出来的?
希望楼主多多关心本版,谢谢
欢迎光临 黑色海岸线论坛 (http://bbs.thysea.com/)
Powered by Discuz! 7.2