Sticky footer problems?

I have the following code for a drupal theme - which I swear at one time worked. However in the latest Chrome the footer doesn’t seem to shift downward as content or the right column grows.

http://pcspectra.com/

I have simplified the CSS to its bare minimum and used different colors to distinguish the DIV’s - can anyone see what I’m missing? Perhaps it’s something?

Regards,
Alex

Hi, sorry I missed this thread :).

The problem is because you now have floated elements inside #wrap, and as a result the parent doesn’t see them and stops the height short :).

Your best shot would just be to contain the floats, a normal and easy solution.

#wrap{overflow:hidden;}

Your site won’t load for me. I tried several times.

Anyhow, it’s worth checking this thread on sticky footers to make sure you’ve ticked all the boxes, so to speak:

Hmm, weird. Same it’s not loading for me.

However I luckily had it loading when I originally went to fix the problem :). Guess I got lucky