平时经常用
自己发个帖子记录下
IE6
body{
_display:none;
}
IE6,IE7
*display:none;
火狐
@-moz-document url-prefix() {body{display:none;}}