One column with two DIV section : One Column « Layout « HTML / CSS






One column with two DIV section

   



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <title></title>
  <style type="text/css" media="screen">
#wrapper { 
 width: 922px;
}
#header {
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 height: 100px;
 margin: 10px 0px 5px 0px;
 background-color:#F3F2ED;
}
#content { 
 width: 900px;
 color: #333;
 border: 1px solid #ccc;
 background:#eee;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 height: 350px;
}
  </style>
</head>

<body>

<div id="wrapper">
  
  <div id="header"><h1><a href="">this is a test. </a></h1></div>
  
  
  <div id="content"> This is the content </div>
  
</div>

</body>
</html>

   
    
  








Related examples in the same category

1.Single column
2.Header with one column under
3.One column with content on the top and menu at the bottom
4.One column with content on the top and menu at the bottom, and margin in between
5.One column with header and footer only
6.One column: header, content
7.1 column, header, content, footer
8.Single column with header and footer
9.Header, sub header, footer with one column
10.One column with header and footer
11.Single Columns with CSS
12.Liquid Design in CSS
13.Article layout
14.Fixed One-Column Layout (Basic)
15.Fixed One-Column #2 Layout (Basic)
16.Fixed height, three parts, single column