
method 2:
要把全站改为灰色,请修改css: 第二行把background: #fff 改为#cccccc /* 全局定义 */ html, body { background: #cccccc url("bodybg.gif") repeat-x; color: #333; line-height:18px; }
method 1: <style type="text/css"> html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); } </style>发表于 @ 2008年07月08日 08:55:00 | 评论( loading... ) | 举报| 收藏