Auto height and the float issue.
- by William Hand
I have had this issue before and can't remember if and how I fixed it.
I have to create a scenario where I have 2 DIV's floated left and right inside a parent DIV. The 2 floating DIV's have height:auto, but the parent ignores them (perfectly logical) and the background of the parent DIV can't be seen. I know what the issue is, but are there any suggestions of how to solve it? Or any alternatives, I am willing to try a new approach.
Thanks in advance for any help.