I have this code: http://jsfiddle.net/5RbrL/
As you can see, the text doesn't go over the .box
div. I would like to achieve the same, but the .box
div should be attached to the bottom of the container.
First thing I tried was setting the container's positioning context to relative and making .box
absolute, but this takes it out of the document's flow and text is placed underneath .box
, which is exactly what I don't want to happen.
I do not know the height of the container, as it will depend on the amount of text inside it.
Is there any way to make the text fill the entire container, but leave the bottom right square empty (for a background graphic)?
[EDIT]
I apologise for not phrasing my question clearly: I would like the text to wrap around the .box
.