Hello,
Sorry to bring back an older thread, though I seem to be having a similar issue. I am trying to center my store, now it's centering in Firefox, Chrome, Safari and Opera fine, though it will not center in IE7/8 and it just messed right up in IE6. My main concern being the page centering in IE7/8.
My code for the body and page-container are as follows:
Code:
html,body {
background-color: #E1E1E1;
border: 0px none;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
height: 100%;
margin: 0 auto;
padding: 0px;
text-align: center;
width: 950px;
}
Code:
#page-container {
background: #ffffff;
min-height: 100%;
position: relative;
text-align: left;
}
Any help would be greatly appreciated.
Cheers