the code is the following:
(CSS)
#container { border:1px dashed #000; overflow:hidden; } #content, #sidebar { float:left; width:50%;
It can be solved with #content, #sidebar { display: table-cell; width:50%; }
#content, #sidebar { display: table-cell; width:50%; }