This is what I'm having problems with: I have a image that is in an absolute positioned div at the bottom left of my content. I want the content to be full width until reaching the image then wrap around it. Refer to the image for details:

The red is the content div with padding, the black is the div + image, and the white is the content. I want the text to only be in the white spot and wrap around the black.
What I tried is putting the div + image inside the content div and using margin to position, but that causes the whole left part to be indented. I also tried absolute positioned the image and made a div the size of the image space that covers the content but that shifts the height. BTW I need to have a fixed height but I do not know how to force a height, when the insides overflow.

The red is the content div with padding, the black is the div + image, and the white is the content. I want the text to only be in the white spot and wrap around the black.
What I tried is putting the div + image inside the content div and using margin to position, but that causes the whole left part to be indented. I also tried absolute positioned the image and made a div the size of the image space that covers the content but that shifts the height. BTW I need to have a fixed height but I do not know how to force a height, when the insides overflow.
Comment