I need all 3 "boxes" to be the same height and it can't be fixed as the content can vary. The "container" doesn't even have a fucking height.
Code:
<div style="width:750px;border:1px solid black;"> <div style="width:520px;float:left;text-align:left;padding:5px;border-right:1px solid black;"> content </div><div style="width:200px;float:right;text-align:center;"> content </div> </div>


Comment