views:

84

answers:

1

I'm using the CSS Sticky Footer technique described here, and have it sort of working.

Problem is, in most of my pages it ads an extra 20px margin or padding at the very bottom, and I can't locate where that comes from.

In the how-to it says that some extra margins might get inherited from other elements. But I'm not able to hunt down the offender. Can anybody see what I've done different on the two example pages, or better yet, how to fix it?

+1  A: 

.ui-datepicker { display:none } ?

(it's the hidden datepicker div at the bottom. you have to hide it someway and check that it still works afterwards)

gpilotino
I had already checked for that. But upon further investigation it turns out you are right.
Eystein