
隐藏最底部背景 也就是:和讯个人门户 v1.0 | 和讯部落 | 意见反馈这些隐藏掉
将这行代码:bottom {display: none;
/*底部背景色*/
line-height: 40px;
background-color;url(http://www.it2918.com/lacy/5.gif);
background-repeat: no-repeat;
height: 40px;
text-align: center;;}
#bottom a:link {}
#bottom a:visited { }
改成以下CSS代码
bottom {display: none;
/*底部背景色*/
line-height: 40px;
background-color;url(http://www.it2918.com/lacy/5.gif);
background-repeat: no-repeat;
height: 40px;
text-align: center;display: none;
}
#bottom a:link {display: none;
}#bottom a:visited { display: none;
}



