首页 > 开发 > CSS > 正文

css3使网页、图片变成灰色兼容大多数浏览器

2024-07-11 08:34:57
字体:
来源:转载
供稿:网友

在网页头部引用下面内容即可,针对 IE、google、火狐、safari、opera 都有效


html{filter:grayscale(100%);
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter:grayscale(1)}

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表