会员中心
加入收藏
蓝
绿
黄
首 页
教育资讯
在线教学
物理专题
视频课件
教学图片
综合实践
学生档案
关于本站
下载中心
影音专区
首 页
-
网页特效
-
常用特效
使图片显示出现各种不同效果
[日期:2006-6-28 12:05:22]
[浏览指数:2742]
把如下代码加入<body>区域中 <body onclick=Clicked()> <SCRIPT> <!-- transeffect = 0; theeffects = new Array(24); theeffects[0] = "盒状收缩"; theeffects[1] = "盒状向外"; theeffects[2] = "圆形收缩"; theeffects[3] = "圆形向内"; theeffects[4] = "从下向上"; theeffects[5] = "从上向下"; theeffects[6] = "从左向右"; theeffects[7] = "从右向左"; theeffects[8] = "百页窗形向右"; theeffects[9] = "百页窗形向下"; theeffects[10] = "棋盘形交叉向右"; theeffects[11] = "棋盘形交叉向下"; theeffects[12] = "随意溶解形"; theeffects[13] = "左右向内"; theeffects[14] = "左右向外"; theeffects[15] = "上下向内"; theeffects[16] = "上下向外"; theeffects[17] = "条纹状向左下"; theeffects[18] = "条纹状向左上"; theeffects[19] = "条纹状向右下"; theeffects[20] = "条纹状向右上"; theeffects[21] = "溶解水平状"; theeffects[22] = "溶解上下状"; theeffects[23] = "随着溶解"; current_image = "image1"; function Clicked() { var the_image, the_other; text2.style.visiblity="hidden"; if (image1.style.visibility=="inherit") { the_image = image2; the_other = image1; } else { the_image = image1; the_other = image2; } the_other.style.visibility="hidden"; the_image.filters.item(0).Apply(); the_image.filters.item(0).Transition = transeffect; the_image.filters.item(0).Play(2.0); the_image.style.visibility="inherit"; text2.innerText=theeffects[transeffect]; transeffect++; if (transeffect == 24) transeffect = 0; text2.style.visibility="visible"; } //--> </SCRIPT> <DIV id=image> <DIV id=text1></DIV><IMG id=image1 src="054.gif" style="FILTER: revealTrans(Duration=3.0,Transition=1); VISIBILITY: hidden"> <IMG id=image2 src="054.gif" style="FILTER: revealTrans(Duration=3.0,Transition=1); VISIBILITY: hidden"> </DIV> <DIV id=text2></DIV> 第二步:把<body>中的内容改为: <body bgcolor="#fef4d9" onclick=Clicked()>
特别说明:
文本框里含有up/js/***.js内容的请用查看按钮查看演示!
当前没有评论
查看全部评论
字数:
≤255
点评:
邮箱:
姓名:
尊重网上道德,遵守中华人民共和国的各项有关法律法规
承担一切因您的行为而直接或间接导致的民事或刑事法律责任
本站管理人员有权保留或删除其管辖留言中的任意内容
本站有权在网站内转载或引用您的评论
参与本评论即表明您已经阅读并接受上述条款
联系我们
|
网站建设
|
设计专栏
|
相册图片
|
网页特效
|
广告合作
|
网站地图
|
友情连接
|
酷站推荐
|
后台管理
|
版权所有©
188设计工作室
站长QQ:35888882
电话:020-88459976 Email:
info@188design.com
本站由 祝声彦 设计与维护