收藏本站
站内搜索
网站地图
联系站长
首 页
视频教程
图书教程
网页设计教程
计算机技术
网页素材
免费资源
特效代码
软件下载
网站推广
QQ大全
设计论坛
您的当前位置:
网页特效
>>>
图形特效
>>>图象淡入淡出Script
图象淡入淡出Script
特效说明:
把下列代码加到网页的<Body></Body>标签之间
--------------------------------------------------------------------------------
<html><head><Title>图象淡入淡出Script IK8网页特效演示</title></head>-------------------------------------------------------------------------------- <!--Two steps to installing this script--> <!--1) Copy everything below, and paste in HEAD section of page--> <script language="JavaScript1.2"> /* Fading Image Script- ?Dynamic Drive (www.jojoo.net) For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com */ function makevisible(cur,which){ if (which==0) cur.filters.alpha.opacity=100 else cur.filters.alpha.opacity=20 } </script> <!--2) Add the below to your IMG tags. For example:--> <a href="whatever.htm"><img src="http://www.jojoo.net/logo.gif" border=0 style="filter:alpha(opacity=20)" onMouseover="makevisible(this,0)" onMouseout="makevisible(this,1)"></a> </html>
网站建设服务
-
友情链接
-
意见建议
-
联系站长
-
论坛
-
网站导航
Copyright 2006-2007 zznj.com Inc. All Rights Reserved
Emai:skyzznj@126.com