ghostz00
07-17-2007, 09:14 PM
I can get it to work with no margins. But I need the margins to push the text out of the way of the image about 15px. The margins just shift my background image to the right;
My CSS is as follows.
#footer{
padding: 0 0 20px 0;
margin: 0 15px 0 15px;
background: #787746 url("../images/footer.gif") no-repeat center bottom;
bottom:0px;
position:absolute;
width:100%;
}
any ideas?
My CSS is as follows.
#footer{
padding: 0 0 20px 0;
margin: 0 15px 0 15px;
background: #787746 url("../images/footer.gif") no-repeat center bottom;
bottom:0px;
position:absolute;
width:100%;
}
any ideas?