There is a main div element for the body and then a float contained within the main element and positioned to the right hand side.
Depending on the data, its possible that the right hand float may be longer than the main div element. When this happens the bottom of the right hand float is cropped at the bottom of the main div element.
Is there a way round this? - I've tried using the overlow: scroll; property etc.
I'm using IE6.0, weirdly if I resize the IE window either from windowed to full or full to windowed the whole of the float then displays correctly