首页 > 编程 > HTML > 正文

使网页成黑白色调的滤镜

2020-10-23 18:35:10
字体:
来源:转载
供稿:网友
复制代码 代码如下:

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

只在ie下可以用
<style>
html{filter: Gray;}
</style>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表