I know its a float problem but I can’t seem to figure out what needs to be cleared or fixed. The background isn’t extending to the bottom of the page as it should be. Another set of eyes would be much appreciated.
Thanks.
I know its a float problem but I can’t seem to figure out what needs to be cleared or fixed. The background isn’t extending to the bottom of the page as it should be. Another set of eyes would be much appreciated.
Thanks.
Looks fine to me…
Odd…In IE9, Firefox, and Chrome the bottom of the page is white on my screen
On line 1 of main.css change height: 100% to min-height: 100%;. Than provide a fallback to IE6 via: * html,* html body { height: 100%; }.
Same here, its appearing fine to me as well…
Thank you so much! I completely overlooked that line assuming I had to clear something