How about using a minimum height for your content area? For example:
min-height:580px;
_height:580px;
That would at least ensure that you can set the specific minimum height of the page, and therefore the minimum footer position, and it works in most browsers as far as I am aware.
Just my 2 cents...
|