View Single Post
  #24  
Old 01-07-2010, 03:09 PM
 
ceLL ceLL is offline
 

Member
  
Join Date: Mar 2009
Location: Winnipeg, MB, Canada
Posts: 24
 

Default Re: Change width, center site & change background color

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
__________________
Sean

X-Cart Gold - 4.2.1
PHP - 5.2.9-1
MySQL - 5.1.32
IIS 6.0 w/ FastCGI
Windows Server 2003
Reply With Quote