I have a page with 3 div that I want to have the same height. The thing is that they don't have background .
Here is what I have (3 columns with some content in it): img
Here is what I need: img
In red: the 3 columns.
In green: the div that need to have a dynamic height
So I would like the div into the green box to have the same size as the green box to make the red div in the same height as others divs. How to achieve that ?