Forums

[resolved] No center after upgrade to 2.5.1 in IE (2 posts)

  1. Report-Gisol.com
    Member
    Posted 4 years ago #

    Hi all,

    My blog is no longer centered in IE after upgrade to 2.5.1. Works ok in Firefox. Any ideas?

    http://www.report-gisol.com

    Style sheet is here

  2. Report-Gisol.com
    Member
    Posted 4 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic