Welcome

首页 / 脚本样式 / CSS / 使网页成黑白色调的滤镜

复制代码 代码如下:
<style>     
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }     
</style>

只在ie下可以用
<style>
html{filter: Gray;}
</style>