How to make the height of the parent block in percent (Actually, I need padding-bottom in%)
Here is what I want to do, but only the height is not fixed, but as a percentage of the Demo
UPD
I decided in general my problem, giving the main unit an absolute position and wrapping it in another div, which sets the dimensions demo
modal_news_wrapperfor this element height is needed in% - Herrgott.modal_news_wrapper { width: 60%; height: 60%; padding-bottom: 40%; }.modal_news_wrapper { width: 60%; height: 60%; padding-bottom: 40%; }.modal_news_wrapper { width: 60%; height: 60%; padding-bottom: 40%; }- HamSter