Footer sticking to the bottom issue

Issos

New Member
I've tried ways to make this work. Mainly been trying this solution.That didn't work out for me. The issue I do see is that in my body html css, I do have the height set up 100%, but its not really setting it to 100%.Here is my css code for my footer and body, html:\[code\]body {font-family: 'AG-Regular', Helvetica, Arial, sans-serif;margin: 0;min-width: 1058px;}body, html {height:100% !important;}#footerBox { width: 100%;height:218px;background-image:url(/img/footer-bg.png);background-attachment:scroll;background-repeat:repeat-x;}\[/code\]Here is a link to the site.You should see where it's messed up at. Any help would be appreciative. Thanks.
 
Back
Top