描写男子儒雅:psd模版上怎么样加图片?

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/30 14:07:56

评论 ┆ 举报

最佳答案此答案由提问者自己选择,并不代表百度知道知识人的观点

回答:小闹
新手
4月21日 17:01 sina说的 DIY 是选择他们所提供的.

自己改的话是需要 源代码的 我的BLOG里有一些 简单的 的代码

<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;}
.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("正文背景图片");}
</STYLE>
gbook .up{
background:url('留言板标题栏上翻时的图片') no-repeat;
}
.gbook .down{
background:url('留言板标题栏下翻时的图片') no-repeat;
}
.feeds .page{
background:url("正文文章页数图片") no-repeat center;
}

揪错 ┆ 评论 ┆ 举报