{A_K_A} 0 Posted November 17, 2008 Report Share Posted November 17, 2008 Hi,I have an image the I want to appear at the bottom of each page.I am using the following code: height: 100px; /* height of the replacement image */ background-image: url("FooterF.jpg"); background-repeat: repeat; display: block; margin-left: auto; margin-right: auto; width: 63%; position: absolute; bottom: 0; The image is at the bottom but it refuses to center, i usaly use: margin-left: auto; margin-right: auto;To center my other images but this does not seem to work in this case, any ideas why?Thanks Quote Link to post Share on other sites
jlhaslip 1 Posted November 18, 2008 Report Share Posted November 18, 2008 delete the position: absoluteIf you want the footer always at the bottom of the page (or viewport in case of short pages), Google Ryan Fait Sticky Footer Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.