1.将下面的代码复制到 <body> 或者 <head> 内
2.在你想加上效果的图片代码上加入
style="filter:alpha(opacity=40)" onMouseover="high(this)" onMouseout="low(this)"
如下:
<img src="img/first.gif" width="97" height="100"
style="filter:alpha(opacity=40)" onMouseover="high(this)" onMouseout="low(this)"
>