1
我一直在嘗試自定義Blogger的簡單模板,並在獲取頁腳 - 外部的背景圖像時遇到了問題 - 我仍然在學習CSS,並且不確定在哪裏左邊的填充是來自或如何讓它完全覆蓋最底層的body-fauxcolumn-outer的重複背景。或者即使這是編碼它的最好方法。請幫忙!在Blogger的簡單模板中自定義頁腳背景圖片
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;
}
太謝謝你了!你是個天才。 – 2013-03-03 02:37:35
那!或者這是我的日常工作;) – FelipeAls 2013-03-03 06:37:14
Hi @FelipeAls - 我有一個類似的問題,我希望你能再次幫助我。爲了讓我更大的頁腳背景匹配http://aquariann-art.blogspot.com調整內容 - 內部使郵政區域太大 - 我如何縮小它?另外,是否有可能移動左欄大約50px,右欄大約200px?他們以及我上面的聯繫線現在作爲一個單位移動。 – 2013-05-02 01:26:04