CSS permet à l'image de passer du noir et blanc à la couleur lorsque la souris passe dessus
Auteur:Eve Cole
Date de mise à jour: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 ">
<tête>
<méta http-equiv="Content-Type" content="text/html;charset=gb2312" />
<title>Les applications CSS pour les photos et les vidéos</title>
<style><!--body,td{font-size: 12px;}--></style>
<STYLE type=text/css>
Un IMG {
FILTRE: gris
}
A : survolez IMG {FILTER :
}
</STYLE>
</tête>
<body bgcolor="" à propos>
<table width="100%" height="1000" border="0" cellpadding="10" cellpacing="5">
<tr>
<td valign="haut">
<A href="链接地址"><IMG src="图片.jpg" border="0"></A>
</td>
</tr>
</table>
</corps>
</html>