Photos only half displaying!!

Discussion in 'HTML & Website Design' started by winsoar, Nov 3, 2008.

  1. #1
    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?
     
    winsoar, Nov 3, 2008 IP
  2. iwtmmo

    iwtmmo Active Member

    Messages:
    832
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    58
    #2
    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 -->
     
    iwtmmo, Nov 4, 2008 IP