Bug in sticky footer solution

first of all, big thanks to all who’ve already helped me with this site redesign. can’t imagine how far i wouldn’t’ve got on my own

anyway, i’ve managed to get the sticky footer solution pretty much working on all pages (except for Opera & IE8 fixes which i haven’t implemented yet) but there’s one page where its still being tricky. here

i’ve been messing around changing margins & padding values on some of the divs, but so far haven’t had much luck

anyone got any ideas?

That link seems to have a timeout on it, so we can’t actually see it. It just shows a link that goes back to the home page.

sorry. thats a quirk of the site i forgot about

the way to get to the page is to visit here first, then click on ‘demo’ towards the bottom right hand corner (in the Paper 1 tab) & then to click on ‘Options’ in the top right navigation bar

its this ‘Options’ page thats the one with the bug

The JS datepicker script is adding this code beneath your footer, which is causing the gap:


<div class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible" id="ui-datepicker-div"></div>

I guess you could try to hide that somehow.