新浪博客主页上的背景图片怎么换成自己喜欢的图片

现在主页背景是一片空空的,不知道可以在两旁显示出来的那种背景怎么做的

移动的大背景,就是划块动,背景也动的。
在添加空白面板的时候,先按个空格键,接着在显示源代码前打勾,再把代码放进去
<TABLE cellSpacing=0 cellPadding=0 align=center border=0>
<TBODY>
<TR>
<TD>
<STYLE>
body
{background:url("页面大背景图片地址") repeat scroll!important;}
</STYLE>

固定的背景 不用空格,先打上钩,然后粘贴就行
<DIV> </DIV><style>body {background:url("页面大背景图片地址") repeat fixed!important;}<style>

朦胧效果(透明) 先点空格再钩上对号,直接粘贴
<STYLE type=text/css>
.logo
{background:#transparent}
.banner
{background:#transparent}
.menu
{background:#transparent}
.feeds .up
{background:#transparent}
.feeds .down
{background:#transparent}
.feeds .function
{background:#transparent}
.links .up
{background:#transparent}
.links .down
{background:#transparent}
.links .mid
{background:#transparent}
.photo .mid
{background:#transparent}
.label .mid
{background:#transparent}
.calendar .mid
{background:#transparent}
.callboard .up
{background:#transparent}
.callboard .down
{background:#transparent}
.callboard .mid
{background:#transparent}
.bodyBg {background:#transparent;filter:progid:DXImageTransform.Microsoft.gradient(GradientType ='1',enabled='true',startColorstr=#AAFFFFFF, endColorstr=#AAFFFFFF);}
.bodyBottom
{background:#transparent}
.sysW770
{background:#transparent}
.gbook .up
{background:#transparent}
.gbook .down
{background:#transparent}
.feeds .page
{background:#transparent}
.links .more
{background:#transparent}
.add
{background:#transparent}
.add .ico
{background:#transparent}
</STYLE>
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答