【发布时间】:2013-03-02 23:21:07
【问题描述】:
我一直在尝试自定义 Blogger 的 Simple 模板,但在让页脚外部匹配的背景图像方面遇到了困难 - 我仍在学习 CSS,但不确定左侧的填充来自何处或如何让它完全掩盖最底部的body-fauxcolumn-outer的重复背景。或者即使这是最好的编码方式。请帮忙!
http://fantasyartofetsy.blogspot.com/
这是我编辑的代码 -
.footer-outer {
width: 1000px;
background: url(http://i1192.photobucket.com/albums/aa324/faeteam/fae-bg-bottom.jpg) no-repeat top center;
background-color: #093e60;
}
.body-fauxcolumn-outer {
background: url(http://i1192.photobucket.com/albums/aa324/faeteam/fae-bg-middle.jpg) center;
background-repeat:repeat-y;
}
【问题讨论】: