<! DocType html public "-// w3c // dtd xhtml 1.0 transitional // en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transsitional.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<kopf>
<meta http-äquiv = "content-type" content = "text /html; charset = gb2312" />
<title> CSS 实现鼠标经过图片由黑白变彩色 </title>
<Styles> <!-Body, TD {Schriftgröße: 12px;}-> </style>
<Style type = text/css>
Ein IMG {
Filter: Grau
}
A: Hover IMG {Filter:
}
</Style>
</head>
<Body Bgcolor = "" 无>
<table width = "100%" height = "1000" border = "0" cellpadding = "10" cellspacing = "5">
<tr>
<td valign = "top">
<A href = "链接地址"> <img src = "图片 .jpg" border = "0"> </a>
</td>
</tr>
</table>
</body>
</html>