I want to achieve a vertically fluid box model
|-------------|
| |
|header 20% |
|=============|
| |
| |
|content 60% |
| |
|-------------|
| |
|footer 20% |
|=============|
When i specify the body’s height as 100% it doesnt work.
How do I get a vertically fluid solution in CSS.
Or do I need to use Javascript
JS:fiddle http://jsfiddle.net/EGesW/5/
1 Answer