<html>
<head>
<script src="http://www.ren3.cn/Snow Demo/jsized.snow.min.js" type="text/javascript"></script>
<script>
/**
* This function takes 2 arguments
* First is the path to the directory with snowflake images
* Second is the maximum number of snowflakes, please do not
* set this number above 60 as it will impact the performance
*/
createSnow("", 60)//目录改为当前目录
</script>
</head>
<body>
测试
</body>
</html>
2、在该网页目录 下 新添加 四张雪花图片 命名规则(snow0.gif snow1.gif snow2.gif snow3.gif)
首页雪花飘的效果是通过图片+JS代码做出来的。
先做flash引导线制作雪花飘落的动画图片。
在这个雪花图片中加入JS代码即可。
以下是参考代码:
<script language="JavaScript">
<!--
N =20
Y = new Array()
X = new Array()
S = new Array()
A = new Array()
B = new Array()
M = new Array()
V = (document.layers)?1:0
iH=(document.layers)?window.innerHeight:window.document.body.clientHeight
iW=(document.layers)?window.innerWidth:window.document.body.clientWidth
for (i=0 i < N i++){
Y[i]=Math.round(Math.random()*iH)
X[i]=Math.round(Math.random()*iW)
S[i]=Math.round(Math.random()*5+2)
A[i]=0
B[i]=Math.random()*0.1+0.1
M[i]=Math.round(Math.random()*1+7)
}
if (V){
for (i = 0 i < N i++)
{document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0,"+M[i]+","+M[i]+"'z-index: 1><font color=white size=3 face='Wingdings'>T</font></LAYER>")}
}
else{
document.write('<div style="position:absolutetop:0pxleft:0pxz-index: 1">')
document.write('<div style="position:relativez-index: 1">')
for (i = 0 i < N i++)
{document.write('<div id="si" style="position:absolutez-index: 1top:0left:0width:'+M[i]+'height:'+M[i]+'font-size:'+M[i]+'"><font color=white size=3 face="Wingdings">T</font></div>')}
document.write('</div></div>')
}
function snow(){
var H=(document.layers)?window.innerHeight:window.document.body.clientHeight
var W=(document.layers)?window.innerWidth:window.document.body.clientWidth
var T=(document.layers)?window.pageYOffset:document.body.scrollTop
var L=(document.layers)?window.pageXOffset:document.body.scrollLeft
for (i=0 i < N i++){
sy=S[i]
sx=S[i]*Math.cos(A[i])
Y[i]+=sy
X[i]+=sx
if (Y[i] > H){
Y[i]=-10
X[i]=Math.round(Math.random()*W)
M[i]=Math.round(Math.random()*1+7)
S[i]=Math.round(Math.random()*5+2)
}
if (V){document.layers['sn'+i].left=X[i]document.layers['sn'+i].top=Y[i]+T}
else{si[i].style.pixelLeft=X[i]si[i].style.pixelTop=Y[i]+T}
A[i]+=B[i]
}
setTimeout('snow()',40)
}
snow()
//-->
</script>
亲 这个自己设置了
进入手机00 查看好友动态 个行化 漂浮设置 就可以了
有免费的有黄钻专用的可自己选择
这个要从QQ进自己空间去弄,直接进手机空间你是找不到的
不会弄的话
布局如下看图 *** 作
进00
查看好友状态 进入自己的空间
点 个性化
往下拉 在右下角 有个华丽漂浮设置
打开后就是漂浮的物件了 可找自己喜欢的
也可设置你要的雪花漂浮
看明白了吧
亲满意不,满意给个赞吧.
查证无误后.
还望亲及时采纳哟/
手机提问的朋友在客户端右上角评价点采纳回答即可/
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)