Looking to have text wrapped around an image? Using float:right; can do the trick.
However, is it possible to only float the image to the right when there is more than 200px of space available? For example:
_____
|img |
| |
|____|
Text here.....
_____
Text here. |img |
.. | |
|____|
Do I need to use javascript for this specific case?