博客横幅的代码是什么?
代码是:STYLE type=text/css>
body
{background:url(页面背景图片) repeat
scroll!important;}
。logo
{background:url(题图logo图片) no
repeat no scroll!mportant;}
。 banner
{background:url(题图大图) no
repeat no scroll!mportant;}
。menu{
background:url("题图下的菜单图片") no-
repeat center;}
。 feeds 。up{
background:url("正文标题栏上翻时...全部
代码是:STYLE type=text/css>
body
{background:url(页面背景图片) repeat
scroll!important;}
。logo
{background:url(题图logo图片) 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;}
。 wn{background:url("正文标题栏下翻时的图片") no-
repeat center;}
。
feeds 。function{background:url("正文摘要结尾处菜单的图片") no-repeat right;}
。links 。up{
background:url("面板标题栏上翻时图片");}
。
wn{background:url("面板标题栏下翻时的图片");}
。links 。mid{
background:url("面板的背景图片");}
。photo 。mid{
background:url(形象照片处的背景图片);}
。
label 。mid{
background:url("自定义面板的背景图片");}
。calendar 。mid{
background:url("日历面板背景");}
。callboard 。
up{
background:url("公告栏标题栏上翻时图片");}
。 wn{background:url("公告栏标题栏下翻时图片");}
。callboard 。mid{
background:url("公告栏背景图片");}
。
bodyBg{
background:url("正文背景图片");}
。bodyBottom{
background:url("正文背景图片");}
码添加方法:
登陆博客后依次打开:控制面板-个人首页维护-自定义空白面板(点击进入编辑)-新增-填写面板标题(随意)-勾选最下面的“显示代码”-然后将正确的代码粘贴到文本框中-保存并返回
回到 控制面板-单击页面最下方的“定制我的首页”-在打开的页面中单击“添加模块”-找到刚才自定义面板名称的模块,勾选之-选取-模块就会出现在左侧栏目中-保存 即可。
单独的背景代码:
滚动的大背景代码:
body {background:url("页面大背景图片地址") repeat scroll!important;}
repeat 重复,当图片的大小不够的时候会以平铺显示
scroll 卷轴,大背景会随着右边滚动条拉动的时候而滚动
固定的大背景代码
body {background:url("页面大背景图片地址") repeat fixed!important;}
fixed 固定,大背景不会因为你拉动滚动条而滚动
欢迎光临我的blog: 。
收起