-------------------------------
| #navbar |
|-------------------------------
| |
| #content |
| fill available vertical space |
| |
| |
-------------------------------
| #footer |
|-------------------------------
So my navbar and my footer has a variable height. I want my footer sticked to the bottom and #content
fill the available vertical space between - even if #navbar
+ #content
+ '#footer' actual space would be less than the display height.
Since I've unfortunately no idea how I can accomplish this I'm just asking without any reults I can present - well I tried stuff for a bit w/o any success :|