DIY博客背景代码 牧马者

来源:└博友窝  编辑:博客代码网  发布时间:2007-03-28  点击:  [收藏]

DIY博客背景代码:
首先要在新浪 控制面板-个人首页维护-自定义空白面板里面建一个新的文件,建好好记住要到控制面板,“定制我的首页”选择并保存哦。这里有个窍门,新建文件的名字最好取和你博客一样的名字。

<STYLE type=text/css>

body
{background:url("
页面大背景图片地址
") repeat scroll!important;}

.logo
{background:url("
题图上背景图片地址
") no repeat no scroll!mportant;}

.banner
{background:url("
题图下背景图片地址
") no repeat no scroll!mportant;}

.menu
{background:url("
题图下的菜单背景图片地址
") no-repeat center;}

.feeds .up
{background:url("
正文标题栏上翻时的图片地址
") no-repeat center;}

.feeds .down
{background:url("
正文标题栏下翻时的图片地址
") no-repeat center;}

.feeds .function
{background:url("
正文摘要结尾处菜单的图片地址
") no-repeat right;}

.links .up
{background:url("
面板标题栏上翻时的图片地址
");}

.links .down
{background:url("
面板标题栏下翻时的图片地址
");}

.links .mid
{background:url("
面板的背景图片地址
");}

.photo .mid
{background:url(
个人形象照片处的背景图片地址
);}

.label .mid
{background:url("
自定义面板的背景图片地址
");}

.calendar .mid
{background:url("
日历面板背景图片地址
");}

.callboard .up
{background:url("
公告栏标题栏上翻时的图片地址
");}

.callboard .down
{background:url("
公告栏标题栏下翻时的图片地址
");}

.callboard .mid
{background:url("
公告栏背景图片地址
");}

.bodyBg
{background:url("
正文背景图片地址
");}

.bodyBottom
{background:url("
正文背景图片地址
");}

.gbook .up
{background:url("
留言板标题栏上翻时的图片地址
") no-repeat;}

.gbook .down
{background:url("

文章地址: