I have a design that I have to modify... I can only modify the code a little (2 include files).
We're going from a flexible layout to a fixed 960 width. No problem there. I also have to change the header and footer. No problem with most of this... except:
I have to have the footer stuck to the bottom of the view screen, no matter the content height. This is not what we do now.
here is the site in test mode:
http://ulsandbox.org/research/media/index.html
We use the YAML CSS framework.
The most relevant style sheet is probably this one:
http://ulsandbox.org/mainul/11/css/yaml_33/yaml/screen/basemod_grids.css
To see my issue view this short page:
http://ulsandbox.org/research/journals/index.html
or this long page:
http://ulsandbox.org/research/media/index.html
I can get the footer to stick on the short pages, but on the long pages, it is in the middle of the content area, not stuck to the bottom.
I validated the page as well as the CSS... I am missing something!