分类: 博客常见问题解答(大全) |
从新浪blog中下载了它们的css.研究了一下.下面只给出常用的一些.
代码如下(注:此代码不能单独使用.要放在其它已有代码的后面
大家只要把下面有文字部分换成你的图片地址就可以了.
这招很历害,可以对你的blog来一次大变脸.
<STYLE
type=text/css>
body
{background:url(页面背景图片) repeat
scroll!important;}
{background:url(页面背景图片) repeat
scroll!important;}
.banner
{background:url(标题图) no
repeat no scroll!mportant;}
{background:url(标题图) no
repeat no scroll!mportant;}
.links .mid{
background:url(面板背景图片);}
.photo .mid{
background:url(形象照片处背景图片);}
.label .mid{
background:url(自定义面板背景图片);}
.calendar
.mid{
background:url("日历面板背景");}
.callboard
.mid{
background:url("公告栏背景图片");}
.bodyBg{
background:url("正文背景图片");}
.bodyBottom{
background:url("正文背景图片");}
</STYLE>
后一篇:蝶儿满天飞的代码