26号校内网又做了一次比较大的修改,致使最近发布的一些代码又出现了很多小问题。
页面出现错位是因为校内把body里的ID换了,
解决方法是将#content改成#spacePage #content
头像右边出现边框 加上下面代码
#userPicture{border:0;}
头像下面的链接背景变成白色了
解决方法,在代码中加入如下
#userActions{background:transparent}
关于个人新鲜事
今天又出了这个id="userFeed"
要隐藏的话 #userFeed{display:none;}
如果不想隐藏,那就设置一下宽度吧 #userFeed h2{width:auto;}
最后再发布一个傻瓜式的代码,如果大家怕麻烦的话,直接把下面代码加到原来代码里就可以了
#widebar,#container,#content,#userStatus{
border-top: 0px solid #008000; border-bottom-style: solid; border-bottom-width: 0px ;float:;border: 0px dashed #00ff;background: transparent; border-left-width: 0px; border-right-width: 0px;}
#userActions{background:transparent}
#userPicture{border:0;}#userPicture,#userActions,#userClass h3,#userProfile h3{background-color: transparent; border: 0 solid #FFFFFF; }#spacePage #content{ background-image: url(); }