I'm wondering if there's a way in CSS to get text to wrap around a div on the same line.
For example, say I have this text inside a div:
...and I position the text more to the right (say it has an absolute position and I set left: 50%), I would like to see this:
Note that it doesn't wrap to the next line, but it remains on the SAME line.
Is this possible?


Here you go, you can get an idea from this example
NOTE: Properties like
margin-leftandrightof.childand:last-childare to be changed according to the width of the parent div