I understand that in order to use a percentage based height, the parent element must be set to a fixed height? eg 500px.
I am building a grid in which there is a hierarchy of divs. The parent is a fixed height of 500px, and the children are percentage heights, each 33.333%. These children then have a set of children, each which I want to give a percentage height of 100% of it's parent.
Any one know a way around this?