Margins change depending on browser?!

  • Unknown's avatar

    hello, can anybody help me with something SO SO simple?

    I created my WP blog using safari and I just noticed the background (the main page background, not the side backgrounds) is not white on Firefox like it should be. I realize this has to do with cross-browser compatibility.

    The css code for the stuff is this:

    /* Page Structure */

    body {
    font-size: 65%; /* Resets 1em to 10px */
    color: #444;
    background: #FF9900;
    text-align: center;
    }

    body.lang-ar,
    body.lang-fa,
    body.lang-he,
    body.lang-hi,
    body.lang-km,
    body.lang-ko,
    body.lang-ja,
    body.lang-th,
    body.lang-zh {
    font-size: 75%; /* Resets 1em to 12px, for internationalized K2s */
    }

    #page,
    body.smartposition #rollingarchives {
    background: #white;
    }

    #page {
    text-align: left;
    margin: 0 auto;
    padding-top: 0px;
    position: relative;
    border: 0px solid #ddd;
    border-top: none;
    clear: both;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    }

    .columns-one #page {
    width: 560px;
    }

    .columns-two #page {
    width: 1000px;
    }

    .columns-three #page {
    width: 980px;
    }

    I’m just not sure what to change in it to make the main page background white in both firefox and safari.

    THANKS for any help I can get!!

  • Unknown's avatar

    The wordpress.com blog linked to your username simply has a link to drive traffic to a blog that’s not hosted by wordpress.COM. Your questions about the blog to which you are driving traffic must be posted to http://wordpress.org/support/ as this forum is only for providing support for wordpress.COM free hosted blogs.

  • Unknown's avatar

    Crikey! I thought this was a .ORG forum–sorry! And thanks for the info.

  • Unknown's avatar

    Crikey! Thanks for the info, I’ll take it to the .ORG site.

  • Unknown's avatar

    haha, I thought it deleted my comment but I see it there still…

  • The topic ‘Margins change depending on browser?!’ is closed to new replies.