I am currently working on making my web site and am having trouble finding a way to achieve what I am looking for. I have the framework of my site set up as such.
header
nav
content
services
footer
I want the "content" section to be semi fluid in that it will expand and contract to a certain extent such that when the window size allows such, the footer aligns with the bottom of the window. I am using html5 so I would like to avoid tables and minimize any use of excess divs. I am open to using js if nessecary, but I would like the cleanest and most cross browser compatible solution available.
Thanks!