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