您现在的位置:首页 >> 前端 >> 内容

使网页成黑白色调的滤镜

时间:2008/5/19 11:08:30 点击:

  核心提示:复制代码 代码如下:style html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);} /style只在ie下可...
复制代码 代码如下:

<style>     
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }     
</style>

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

作者:佚名 来源:网络