View Single Post
  #4  
Old 02-04-2010, 08:33 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Centering page in IE

try changes in red.

html,body {
height: 100%;
width: 100%;
background: #ff5300 url("images/bg_tiled.png");
margin: 0 auto !important;
padding: 0px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
border: 0px none;
text-align: center;
}

/* page container */
#page-container {
min-height: 100% auto;
width: 1000px;
position: relative;
background-color: #ffffff;
text-align: left;
margin: 0 auto !important;
margin-left: auto;
margin-right: auto;
}
__________________
xcart 5.1.2
Reply With Quote