Website Development Resources
CHouseLive

Centre Page Vertically & Horizontally

demo

View demonstration page

<body>
  <div id="top"></div>
  <div id="main-wrap">
    (content)
  </div>
</body>
html,body{
  height:100%;
  margin:0;
  padding:0;
}

#top{
  float:left;
  height:50%;
  margin-top:-250px; /*Half the height of the main-wrap*/
  width:100%;
}

#main-wrap {
  margin: 0 auto;
  height: 500px;
  overflow: hidden;
  clear: both;
  position: relative;
}

If you have encountered a problem with this demonstration, or would like an amendment made to the referencing and attributions of the scripts and code used on this page, please send the CHouseLive team an email: cara_remove_@chouselive_remove_.org