第一步:把如下代码加入<body>区域中
<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()">
<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()">
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
桃源资源网 Design By www.nqtax.com
暂无“把一张图片变形扭曲成各种不同的长宽”评论...