CSS permite que a imagem mude de preto e branco para colorida quando o mouse passa sobre ela
Autor:Eve Cole
Data da Última Atualização:2009-06-12 17:47:46
<!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 ">
<cabeça>
<meta http-equiv="Content-Type" content="text/html;charset=gb2312" />
<title>CSS实现鼠标经过图片由黑白变彩色</title>
<style><!--body,td{tamanho da fonte: 12px;}--></style>
<tipo de ESTILO=texto/css>
Uma imagem {
FILTRO: cinza
}
A: passe o mouse IMG {FILTRO:
}
</STYLE>
</head>
<body bgcolor="" 无>
<table width="100%" height="1000" border="0" cellpadding="10" cellpacing="5">
<tr>
<td valign="topo">
<A href="链接地址"><IMG src="图片.jpg" border="0"></A>
</td>
</tr>
</tabela>
</body>
</html>