I have a two column text layout of fixed width and height, implemented with -{moz,webkit}-column-*
stuff (i.e. text freely flows from one column to another).
How do I put a image to the top of the second column, aligned to the right (i.e. to the outer border of the text), so that the text in the column flows around that image?
JS is OK (but I'd prefer to do without it). Should work at least in latest Chrome and latest FF. Mobile Safari is desirable.