关于百度空间CSS代码设置

来源:百度知道 编辑:UC知道 时间:2024/05/11 02:22:55
这个问题是针对于我的空间的:
http://hi.baidu.com/bw07
请问如何设置CSS代码 才能把我的空间中的图片设为不透明,谢谢!

你这几个地方设置了透明:

#header{height:300px;background:transparent}/*空间名称和简介区域
主体部分*/

#header div.lc{background:transparent}/*空间名称和简介区域左背景图*/

#header div.rc{background:transparent}/*空间名称和简介区域右背景图*/

#tab{top:250px;background:transparent}/*TAB菜单主体*/

.stage{background:transparent}/*TAB菜单与版权信息之间的区域*/

#m_blog div.cnt{background:transparent;color:#B8B8CF;line-height:20px;font-size:14px}/*文章区域文章内容*/

只要你把background:transparent去掉就不透明了(有的地方也得把“;”去掉)

把下面的代码替代你的css
body{
background-color:#000000;
background-image:url(http://every.hn8868.com/bw07/heibj.jpg);
background-repeat:no-repeat;
background-position:center;
background-attachment:fixed;
SCROLLBAR-FACE-COLOR:#0E0E10;
SCROLLBAR-HIGHLIGHT-COLOR:#FFBBBB;
SCROLLBAR-SHADOW-COLOR:#FFBBBB;
SCROLLBAR-3DLIGHT-COLOR:#FFBBBB;