For my layout, I am using two boxes - a left_box with float:left property, and a right_box also with float:left property. The left box contains a lot of content and images, while the right box has only some content and images.
Initially, everything was working fine when I set a fixed height for both boxes. However, when I changed the height to auto, the alignment of the boxes got messed up.
Is there a way for the background of the other box to increase as the content in either the left or right box increases?
I want to achieve this using only div tags.
Thank you!