Viewing 1 replies (of 1 total)
  • Thread Starter report-gisolcom

    (@report-gisolcom)

    OK, I’ think I’ve solved it.

    I added auto to margin in body:

    body {
    font: 75%/150% Geneva, Arial, Helvetica, sans-serif;
    color: #333333;
    background: #FFFFFF url(images/main-bg.gif);
    margin: 0px auto; /* added auto to combat not centering in IE */
    padding: 0px;
    }

    Don’t quite understand why it happened, but it works ok in IE7 now. Will try with IE6 later.

Viewing 1 replies (of 1 total)
  • The topic ‘No center after upgrade to 2.5.1 in IE’ is closed to new replies.