I have a div wrapped around two children, one floated left and the other right. I want to put a border and background around the children, but the div has 0 height since it doesn't resize to fit the children.
Here is an example of it in action: http://jsfiddle.net/VVZ7j/17/
I want the red background to go all the way down. I've tried height:auto, but that didn't work.
Any and all help would be appreciated, thanks.
P.S. I don't want to use any javascript if that's possible.