我一直在尝试自定义 Blogger 的简单模板,并且在获取页脚外部匹配的背景图像时遇到了困难 - 我仍在学习 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;
}