Can anyone help with this random error? If you go to http://www.microchipcatflaps.co.uk/ scroll down and you will see the product box picture is only half displayed, and at the bottom of the page the free bonus book is only half displaying too. I've checked the images on the server are correct. If you type in the full address of the images they appear fine. What in the source code could be preventing the images from fully appearing?
It looks like a collapsing/overlapping div problem. A sometimes successful quickie solution can be to put something like the following after the problem div in your theme files: <br style="clear: both" /><!-- stops floated image div overlap -->