产品使用及交流论坛

注册

 

QQ登录

只需一步,快速开始

发新话题 回复该主题

关于网页底部的问题请教——如图 [复制链接]

1#
我是想仿个别人的底部样式
如图:



css样式代码如下:

请问如何修改lanmu中的样式

/* footer */

#templatemo_footer_wrapper {
    clear: both;
    width: 100%;
    background: url(images/templatemo_wrapper_bottom.jpg) bottom repeat-x;
}

#templatemo_footer {
    width: 940px;
    padding: 0 10px;
    margin: 0 auto;
    color: #000;
    background: url(images/templatemo_footer.png) center repeat-y;
}

#templatemo_footer .tmo_list {
    margin-left: 0px;
}

#templatemo_footer .tmo_list li a {
    color: #000;
}

#footer_top {
    width: 960px;
    height: 10px;
    margin: 0 auto;
    background: url(images/templatemo_footer_top.png) left no-repeat;
}
QQ截图20130703155850.jpg (, 下载次数:0)

(2013/7/3 16:18:34 上传)

QQ截图20130703155850.jpg

分享 转发
TOP
2#

求教啊
TOP
3#

求教版主
TOP
4#

[quote]css可以加在e/css/comm.css这个文件最后面就可以。

对应的背景图片放在/e/css/images这个目录下。
[color=#999999]xiyou 发表于 2013-7-4 17:25:38 [/color][url=http://bbs.pageadmin.net/showtopic.aspx?topicid=25312&postid=88019#88019][/url][/size][/quote]


哥~~~是改成这样放在最后面吗:::??? 对应的图片也放了但没效果啊???

/* footer */

.footer_wrapper {
    clear: both;
    width: 100%;
    background: url(images/templatemo_wrapper_bottom.jpg) bottom

repeat-x;
}

.footer {
    width: 940px;
    padding: 0 10px;
    margin: 0 auto;
    color: #000;
    background: url(images/templatemo_footer.png) center repeat-y;
}

.footer .tmo_list {
    margin-left: 0px;
}

.footer .tmo_list li a {
    color: #000;
}

.footer_top {
    width: 960px;
    height: 10px;
    margin: 0 auto;
    background: url(images/templatemo_footer_top.png) left no-

repeat;
}
TOP
发新话题 回复该主题