We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 13577
    • 302 Posts
    I’d take a look at the CSS errors first. Things like:

    margin-top value : opx

    can really mess things up. (I can’t tell you how many times I’ve also used an o instead of a zero.)

    Also in my experience with IE, I’ve hit this problem when divs overlap due to IE not being able to figure out how to properly calculate width. When IE can’t figure out width (without overlapping), its solution is to make the elements disappear. This often happens with percentage widths and floats - so it may not be the problem in your case.
      Standard Disclaimer
      I could be totally wrong.
      • 7455
      • 2,204 Posts
      Quote from: briggsys at Jan 03, 2006, 03:23 AM



      Ops yea, my bad.  smiley

      It goes off the page when it is maximised in IE @ 1024 x 768



      thats fixed now
      it was the mix of tableheights and divs that killed IE
        follow me on twitter: @dimmy01
        • 7455
        • 2,204 Posts
        This could be the bug that I got:
        http://lachy.id.au/dev/css/bugs/ie/disappear/
          follow me on twitter: @dimmy01
          • 7455
          • 2,204 Posts
          It was indeed this bug
          I fixed it to give my master div width and height values
          {width: 900px; height: 100%;}

          that did the trick

          thanks for the help

          Dimmy
            follow me on twitter: @dimmy01