如何将你的网站变成灰色

提供及时全面的经典资源 1.请将你的网站css代码中插入这一行就可以了!

html {filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}
2.你的网站代码中插入这一行<style>
body {filter:gray;}
.bodybg{ background:#fff;}
</style>

[ 本帖最后由 sitedir 于 2008-5-19 23:09 编辑 ]