私は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;
}