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;
}
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;
}
This entry was posted in Uncategorized. Bookmark the permalink.