
The efect I am trying to achieve is to have a box in the top right corner of my man content box. However I want to offset it a little to the right, so it sort of hangs off the edge of the page. I can do this using position:relative; but the trouble is that the text in the main content box wraps around where the box should be before it was offset. I have managed to get around this in IE6.0 by containing the "hanging" box in a smaller div that the text flows around, and then fidling around with the clipping to get the larger box to hang off the edge of the page. This pretty much works and so you can see what I have been trying to achieve by pointing IE6.0 at http://www.allsaintsbotley.org.uk/cmsmadesimple. I have made the "hanging" box transparent and the contaning box colored so you can see what is going on.
However the problems start when I use firefox - the clipping actually does what it says on the tin
