實例效果:請把鼠標(biāo)放上去看看
第一步:把下面的腳本插入head>與/head>之間:
script>
function on(she){
girl=she
move=setInterval("moving(girl)",50)}
function off(she){
clearInterval(move)
she.filters.blur.strength=2 }
function moving(s){
if (s.filters.blur.strength110)
s.filters.blur.strength+=5
else clearInterval(move)}
/script>
第二步:把下面的腳本插入body>與/body>之間:
p>a href="../index.htm">img src="c.jpg" width="200" height="138"
style="position:absolute;top:70;left:390;filter:blur(add=1,direction=80,strength=2)"
onMouseOver="on(this)" onMouseOut="off(this)" width="337" height="87" border="0">/a> /p>
您可能感興趣的文章:- css實現(xiàn)的圖片模糊效果
- 利用模糊實現(xiàn)視覺3D效果實例講解