I'm trying do a simple structure.
Header (35px height), container (100% height) and Bottom (35px height too).
For this I'm ussing height: calc(100% - 72px); height: -webkit-calc(100% - 72px); height: -moz-calc(100% - 72px)
, but it doesn't works with Safari v5 and IE ...
Also I was try do with magin-top
too but... It was a lost of time.
Please, someone can help me? I need the same result as jsfiddle but compatible with IE and Safari V5 ...
Thanks in advance.
If the header and bottom are a fixed height, then the rest is easy: