flamingsquirrel

Positioning a background image at the foot of the page

If you need to position a background image at the foot of a page you will realise its pretty tricky to align it right at the bottom.

Add the following to your stylesheet and hey presto!

html {
min-height: 100%;
height: auto;
}

Leave a Reply