<img src="http://my.6to23.com/redriver/helpor/helpor.gif" name="u" border="0" alt="很好玩的">
<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.width=150 + b;
u.height=125 - b;
settimeout("fade()",50);
}
</script>
第二步:把<body>区域中改为
<body bgcolor="#fef4d9" onload="fade()">
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!