鼠标感应彩色图片变黑白的css+js

西门吹雪发在一群里的,经测试可用。

鼠标感应彩色图片变黑白的css+js:

<style type="text/css">
<!--
.over { background-color: #91ACC4;}
.out { background-color: #D7D7D7;filter:gray;}
-->
</style>


<table>
 <tr>       
            <td onMouseOver="this.className='over'" onMouseOut="this.className='out'"><img src="http://www.baidu.com/img/logo-yy.gif"></td>
 </tr>
</table>

你可能感兴趣的:(鼠标感应彩色图片变黑白的css+js)