新闻详情

css 彩色变黑白图片,css 照片去色

1942 2009/3/25
<html>
<head>
<title>Gray灰度</title>
<style>
<!--
body{
 margin:12px;
}
.gray{
 filter:gray; /* 黑白图片 */
}
-->
</style>
   </head>
<body>
 <img src="图片名称">&nbsp;
 <img src="去色的图片名称" class="gray">
</body>
</html>

相关资讯

18973218026
返回顶部