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

来源:百度知道 编辑:UC知道 时间:2024/06/09 02:56:33
现在主页背景是一片空空的,不知道可以在两旁显示出来的那种背景怎么做的

移动的大背景,就是划块动,背景也动的。
在添加空白面板的时候,先按个空格键,接着在显示源代码前打勾,再把代码放进去
<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