谁能帮我把这个css代码里留言板的广告去掉,谢谢了

来源:百度知道 编辑:UC知道 时间:2024/05/31 03:37:12
body
{
margin:0px;
padding:0px;
background:url(http://img.xiaonei.la/p/xiaoneiwang/8/3/21/2050080.jpg) no-repeat fixed top center;
background-color:#fff;
}
#container
{
width:990px;
margin:0px auto;
}
#widebar
{
background:transparent;
width:990px;
margin:0px auto;
}
#spacePage #content
{
position:absolute;
left:23px;
top:80px;
background:transparent;
width:690px;
border:0px;
}
#userRelations
{
width:210px;
margin-right:0px;
}
#userUpdates
{
width:430px;
margin-left:0px;
}
#adbar,#sidebar,#logo,#permalink,#footer,#header,#navigation .with_arrow .global_menu_arrow,#navigation .nav-right,#navigation .nav-left LI A.edit_link
{
display:none
}
#widebar
{
border-bottom:none

你的问题陈述的不是太确切...补充完整点吧!
实际上 广告是不能嵌到CSS样式表里面!
你所说的留言板的广告是应该写在HTNL(或JS等)当中的,如果要去掉的话 请你上传整个页面的代码