CSS ermöglicht es, dass das Bild von Schwarzweiß zu Farbe wechselt, wenn die Maus darüber fährt
Autor:Eve Cole
Aktualisierungszeit: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 ">
<Kopf>
<meta http-equiv="Content-Type" content="text/html;charset=gb2312" />
<title>CSS-Inhaltsverzeichnis</title>
<style><!--body,td{font-size: 12px;}--></style>
<STYLE-Typ=Text/CSS>
Ein IMG {
FILTER: grau
}
A:bewegen Sie den Mauszeiger über IMG {FILTER:
}
</STYLE>
</head>
<body bgcolor="" Zeichen>
<table width="100%" height="1000" border="0" cellpadding="10" cellpacing="5">
<tr>
<td valign="top">
<A href="链接地址"><IMG src="图片.jpg" border="0"></A>
</td>
</tr>
</table>
</body>
</html>