恒天重工销售额:谁能教教我百度空间代码怎样改分隔线呀?

来源:百度文库 编辑:神马品牌网 时间:2024/05/04 17:04:44
用代码改分隔线
比如文章分类
最新评论下面的分隔线怎么改呀?

找到相应行 如:

#m_blog div.line行

替换成

#m_blog div.line{margin-top:17px;line-height:17px;background:url(图片地址) repeat-x}

以下是其他分割线代码!

/*文章栏目分割线*/
#m_blog div.line{margin-top:17px;line-height:17px;background:url(图片地址) repeat-x}
/*评论栏目分割线*/
#m_comment div.line{background:url(图片地址);line-height:12px}
/*文章分类分割线*/
#m_artclg div.line{background:url(图片地址);line-height:12px}
/*有请连接分割线*/
#m_links div.line{background:url(图片地址);line-height:12px}

在空白处加上这个#m_blog div.line{margin-top:17px;line-height:25px;background:url(



) repeat-x}