<html>
<head>
<title>黑白图片变成彩色图片的CSS代码 - www.webdm.cn</title>
<meta http-equiv="content-Type" content="text/html;charset=gb2312">
<style type="text/css">
A IMG {
FILTER: gray
}
A:hover IMG {
FILTER:
}
</style>
</head>
<body>
请把鼠标放到图片看看!<br><a href="/"><img src="http://www.webdm.cn/images/wall8.jpg" border="0"></a>
</body>
</html>
<br />
<p><a href="http://www.webdm.cn">网页代码站</a> - 最专业的网页代码下载网站 - 致力为中国站长提供有质量的网页代码!
</p>