文章内容
制作仿 Flash 的图片渐变效果
作者:未知 来源:网络收集 录入:管理员
制作方法:
把代码加到<head>和</head>中,下载 flashimg.js 文件
<SCRIPT language=javascript src="flashimg.js" type=text/javascript></SCRIPT>
更改图片链接:
<A href="#"><IMG onmouseover="this.style.filter='alpha(opacity=100)';high(this)" onmouseout="low(this)" height="200" src="1.gif" width="149" border="0"></A>
至此你就可以完成这个实例了,快去试试吧!