COMMENTS:

  1. Did you fix your bug? I do not see a problem on my IE's. The layout looks identical on all my browsers (FF, IE6, IE7, Safari).

    • Ryan
    • June 30, 2008
  2. Take the second floating div and put it directly under the first one, as opposed to it being under the second P tag.

    Like this:

    <p>

    <div>

    <div class="alt">

    <p>

    <p>

    • – Anton
    • July 7, 2008
  3. Thanks guys!

    I spoke to Ryan, and it turns out he was looking at an old version of the code, which is why he didn't see the difference.

    And I ended up using the suggestion Anton made in many cases, but there were a few places where I couldn't due to problems the source code ordering.