View Single Post
  #2  
Old 02-04-2010, 04:42 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

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
Reply With Quote