I'm working on a div with a set width of 950px;
Inside this div, there are two other divs - one floating left and the other floating right.
The left div contains text while the right div contains an image with text beside it. The height of the image is fixed. How can I ensure that if the text after the picture expands in width, the left div (containing text) shrinks in width and increases in height?
Thank you!