I'm having trouble keeping my footer at the bottom of the browser, i can solve the problem if i use a image by using this css
but it's a solid color so i rather just a background colorCode:#footer_back (line 425) { clear: both; width: 100%; background-color: #ffffff; background-image: url(/img/footer.png); background-repeat: repeat-x; background-attachment: scroll; background-position: center bottom; }
any help on this?