Margins change depending on browser?!
-
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!!
-
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.
-
-
-
- The topic ‘Margins change depending on browser?!’ is closed to new replies.