新發現的一個效果更出色的圖片透明漸變,這次的效果新增了觸發初期的高光閃動,更接近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>
至此你就可以完成這個實例了,快去試試吧!