View Single Post
  #3  
Old 11-14-2008, 01:01 PM
 
ChrisP05 ChrisP05 is offline
 

Member
  
Join Date: Dec 2005
Posts: 13
 

Default Re: Centering layout

Thanks Balinor,

Almost worked.

Also have to take out some floats in #header #footer

/* page container */
#page-container {
min-height: 100%;
margin: 0 auto;
width:980px;
}

/* page layout */
#content-container {
clear: both;
float: left;
overflow: hidden;
position: relative;
width: 100%;
padding-bottom: 39px;
margin-top: 140px;
}
#content-container2 {
float: left;
position: relative;
right: 100%;
width: 200%;
}
#center {
float: left;
position: relative;
width: 50%;
left: 50%;
}
#left-bar {
float: left;
position: relative;
width: 150px;
margin-left: 7px;
}
#right-bar {
float: right;
right: 7px;
position: relative;
width: 158px;
}
#center-main {
margin: 0px 185px 0px 177px;
overflow: hidden;
position: relative;
}
#header {
height: 140px;
position: absolute;
top: 0;
width:980px;
}
#footer {
height: 39px;
width:980px;
position: absolute;
bottom: 0;
overflow: hidden;

}

/*
__________________
Chris
X-Cart 4.4.1 Unix
Reply With Quote