Share a CSS effect code that makes the whole station grayed out

Source: Internet
Author: User
Share a CSS effect code to make the whole station gray, small program, special to share the following

Full-station grayed-out CSS code compatible with mainstream browsers:

  1. HTML {     -webkit-filter:grayscale (100%);    -moz-filter:grayscale (100%);    -ms-filter:grayscale (100%);    -o-filter:grayscale (100%);    Filter:url ("Data:image/svg+xml;utf8,<svg xmlns= ' http://www.w3.org/2000/svg ' ><filter id= ' grayscale ' >  <fecolormatrix type= ' matrix '  values= ' 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0 '/></filter></svg> #grayscalerayscale ");    Filter:progid:DXImageTransform.Microsoft.BasicImage (grayscale=1); Zoom:1;}

There are also JS grayed out codes available:
Grayscale (document.body);
Grayscale.js please search by yourself.

HTML {    -webkit-filter:grayscale (100%);    Filter:grayscale (100%);    Filter:url (Desaturate.svg#grayscale);    Filter:progid:DXImageTransform.Microsoft.BasicImage (grayscale=1);}
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.