Re: Centering page in IE
make this
html,body {
height: 100%;
width: 1000px;
background: #ff5300 url("images/bg_tiled.png");
margin: 0 auto;
padding: 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
min-width: 1000px;
border: 0px none;
text-align: center;
}
this
html,body {
height: 100%;
width: 100%;
background: #ff5300 url("images/bg_tiled.png");
margin: 0 auto;
padding: 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
border: 0px none;
text-align: center;
}
no min-width
__________________
xcart 5.1.2
|