CraftCGlenda
New Member
I'm trying to do the next:\[code\]html > body > div-wrapper > div-left, div-separator, div-content\[/code\][*]The three div will have the same height[*]If they are empty ( or no overflow), the height will be the 100% of the page (without scrolls).[*]If some of they overflows, I will have only 1 scroll that scrolls down/up the three divs at the same time (scrolling the wrapper i think).It's this possible? I spent 7 hours thinking about it but I can't solve only with HTML + CSS (without using flexbox).Thanks,