CSS permite que la imagen cambie de blanco y negro a color cuando el mouse pasa sobre ella
Autor:Eve Cole
Fecha de actualización:2009-06-12 17:47:46
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transicional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html xmlns=" http://www.w3.org/1999/xhtml ">
<cabeza>
<meta http-equiv="Tipo de contenido" content="text/html;charset=gb2312" />
<title>CSS实现鼠标经过图片由黑白变彩色</title>
<estilo><!--body,td{font-size: 12px;}--></style>
<tipo de ESTILO=texto/css>
Una imagen {
FILTRO: gris
}
A: pase el cursor sobre IMG {FILTRO:
}
</ESTILO>
</cabeza>
<cuerpo bgcolor="" 无>
<table width="100%" height="1000" border="0" cellpadding="10" cellspace="5">
<tr>
<td valign="arriba">
<A href="链接地址"><IMG src="图片.jpg" border="0"></A>
</td>
</tr>
</tabla>
</cuerpo>
</html>