使网页成黑白色调的滤镜

 更新时间:2008年05月19日 11:08:30   作者:  
看好的站长都是很爱国的,捐款,网页统一成黑白色
复制代码 代码如下:

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

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

相关文章

最新评论