Viewing 3 replies - 1 through 3 (of 3 total)
  • Oh wow… your CSS is very chaotic. Very. IE7 is completely borked, too. I detest IE, but I actually have some sympathy for it here, it’s just throwing up its hands.

    I have a couple quick things to look at. The following 2 CSS commands deal directly with those image boxes. My first guess would be to try taking out the float commands from each. The idea is that these floats may be pulling the pics to the left of text instead of sitting above it.

    (Appearance… Editor… style.css)

    .pf .image-wrap {
      float: left;
      margin: 0 0 4px;
      top: 0;
    }
    .image-wrap {
      clear: both;
      display: block;
      float: left;
      margin-bottom: 16px;
      position: relative;
    }

    Good luck. This may require some extensive fiddling.

    Thread Starter Mac Man

    (@mac-man)

    Will try

    thanks

    Thread Starter Mac Man

    (@mac-man)

    🙁

    Thanks. No joy unfortunately.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Layout problem in IE8…. PHP guru needed.’ is closed to new replies.