图形循环渐显脚本

      Collection 2004-10-22 16:52
脚本说明:
第一步:把如下代码加入<body>区域中
<img src="image1.gif" name="u" border=0
alt="Image" style="filter:alpha(opacity=0)">
<script language="javascript">

var b = 1;
var c = true;

function fade(){
if(document.all);

if(c == true) {
b++;
}
if(b==100) {
b--;
c = false
}

if(b==10) {
b++;
c = true;
}

if(c == false) {
b--;
}
u.filters.alpha.opacity=0 + b;
setTimeout("fade()",50);
}
</script>


第二步:把<body>区域改为
<body bgcolor="#fef4d9" onLoad="fade()">
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}