Reloading page on IE gives different results??? Help Please!

Discussion in 'HTML & Website Design' started by moneylizard, Aug 30, 2011.

  1. #1
    When loading http://www.aquabotpool.com/ in Internet Explorer... the footer has moved up behind my main page post (behind the pics and stuff)... when I reload it, sometimes it will appear correctly, sometimes it appears behind the middle of my post, and then sometimes it appears a little lower down but still behind my post.

    Each time I reload, it will randomly be in a different spot. It's only that main page, which has some div styles and such (im not good with this stuff yet), so I am guessing that is the issue, all other pages load perfectly correct.

    Help please??

    The html of that page:

    blah blah blah summary of the words<div>
    <div style="float: left; width: 200px;"><img src="/wp-content/uploads/2011/08/inground.jpg" alt="" />
    <strong><a href="http://www.aquabotpool.com/aquabot-pool-cleaner-sale/">In-Ground Pool Cleaners</a></strong></div>
    <div style="float: left; width: 200px;"><img src="/wp-content/uploads/2011/08/aboveground.jpg" alt="" />
    Above Ground Pool Cleaners</div>
    <div style="float: left; width: 200px;"><img src="/wp-content/uploads/2011/08/othercleaners.jpg" alt="" />
    Other Automatic Cleaners</div>
    <div style="float: left; width: 200px;"><img src="/wp-content/uploads/2011/08/supplies.jpg" alt="" />
    Pool Cleaning Supplies</div>
    <div style="float: left; width: 200px;"><img src="/wp-content/uploads/2011/08/replacements.jpg" alt="" />
    Aquabot Pool Cleaner Parts</div>
    <div style="float: left; width: 200px;"><img src="/wp-content/uploads/2011/08/handhelds.jpg" alt="" />
    Handheld Pool Vacuums</div>
    </div>
    HTML:

     
    moneylizard, Aug 30, 2011 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    I reloaded your page about 25 times in IE8, using IE8 mode and IE8 standards, and IE7 mode and IE7 standards, and it looks exactly the same every time. (In Quirks mode it's just plain bad, but that's Microsoft's problem, not yours.)
     
    Rukbat, Aug 31, 2011 IP
  3. digitalpoint.futureistic

    digitalpoint.futureistic Guest

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #3
    Hi,

    I went through your code and found the error.You have limited the width to 200 because of which the extra text is going on the another line so change it to 230px;

    Thanking You,
    Futureistic Team