On 2 Mar 2010, at 22:33, brendan, fresh-off.com wrote:
I *believe* I figured it out… The sticky footer site says to use padding to increase vertical height: “Instead use padding to create spacing inside the element.”
I was using padding: 1em 0 1em 0; to create some vertical spacing in the navigation div. I guess IE7 was allergic to that….
are you sure it's not the .clearfix on the #main div that's interfering with the sticky footer?