<! Doctype html public "-// w3c // dtd xhtml 1.0 transitional // en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<голова>
<meta http-equiv = "content-type" content = "text /html; charset = gb2312" />
<title> css 实现鼠标经过图片由黑白变彩色 </title>
<style> <!-body, td {font-size: 12px;}-> </style>
<Стиль типа = текст/css>
A img {
Фильтр: серый
}
A: Hover Img {Filter:
}
</Style>
</head>
<body bgcolor = "" 无>
<таблица ширины = "100%" height = "1000" border = "0" cellpadding = "10" cell -spacing = "5">
<tr>
<td valign = "top">
<A href = "链接地址"> <img src = "图片 .jpg" border = "0"> </a>
</td>
</tr>
</table>
</body>
</html>