http://www.stuartflake.com is the site that I am working on. The footer element contains the menu, the background is gray. The content of the page is centered vertically by div#position
the css for this is
#position { text-align:center; position:absolute; top:50%; left:0; width:100%; height:1px; display:block; }
My problem is that I would like the gray footer to have a dynamic height, so that the gray always extends to the bottom (no,not a "sticky" footer). Any thoughts how this could be done?
A css solution is preferred, however a jQuery solution is also valid.
thanks