<html>
<head>
<style type="text/css">
a:link img{
filter:gray;
}
a:hover img{
filter:" ";
}
</style>
</head>
<body>
<a href="3"><img src="2.jpg"/></a>
<a href="3"><img src="3.jpg"/></a>
<a href="3"><img src="4.jpg"/></a>
<a href="3"><img src="cat1.jpg"/></a>
</body>
</html>
为什么实现不了 图片是灰色的 一碰就变回原色的功能
慕粉1461377426
陌卍言