Inner left and right bar : Siderbar « CSS Controls « HTML / CSS






Inner left and right bar

    


<!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">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
#outer {
  width: 760px;
  position: relative;
  border: 1px solid #000;
}

h1#header {
  border: 1px solid #000;
  height: 100px;
  color: #fff;
}

h2#sub-header {
  border-bottom: 1px solid #000;
  background: #ccc;
  height: 1.5em;
  line-height: 1.5em;
  color: #fff;
}

#left {
  float: left;
  width: 558px;
}

#right {
  float: right;
  width: 190px
}

.left-content,.right-content {
  border: 1px solid #000;
  background: #aaa;
  margin: 15px
}

.right-content {
  background: #bbb;
  margin: 15px 13px 15px 0
}

.left-content-header,.right-content-header {
  padding: 5px;
  color: #fff;
  background: #ccc;
  border-bottom: 1px solid #000;
}

.right-content-header {
  height: auto;

}

.left-content-footer {
  border-top: 1px solid #000;
  background: #fff;
}

#footer {
  clear: both;
  height: 40px;
  border-top: 1px solid #000;
}

</style>
</head>
<body>
<div id="outer"> 
  <h1 id="header">Header</h1>
  <h2 id="sub-header">Sub Header Text</h2>
  <div id="left"> 
    <div class="left-content"> 
      <div class="left-content-header">blog header text</div>
      <p>left content</p>
      <p>left content</p>
      <p>left content</p>
      <p>left content</p>

      <div class="left-content-footer"> 
        <p>Footer text</p>
      </div>
    </div>
  </div>
  <div id="right"> 
    <div class="right-content"> 
      <div class="right-content-header">blog header text</div>
      <p>right content</p>

      <p>right content</p>
      <p>right content</p>
      <p>right content</p>
      <p>right content</p>
      <p>right content</p>
    </div>
  </div>
  <div id="footer">Footer</div>
</div>
</body>
</html>

   
    
    
  








Related examples in the same category

1.siderbar float right
2.Content floats left, side bar floats right
3.Sidebar with absolute position
4.Sidebar with float left
5.Side bar contains list
6.side bar 2
7.Link bar with dotted line
8.Latest news sidebar
9.Sidebar with link and text
10.Sidebar with read more link
11.Text paragraph with sidebar
12.Sidebar with border
13.Div Sidebar padding: 0 38px 45px 29px;
14.Div Sidebar width: 328px;
15.Div Sidebar float: left;
16.Div based sidebar
17.Sidebar column
18.Sidebar with read more link 3
19.Layout for sidebar and article
20.Navigation sidebar
21.Two columns with sidebar
22.position: absolute; Sidebar
23.Sidebar Link list
24.Sidebar with right border
25.Links inside sidebar
26.Sidebar title
27.Sidebar with read more
28.Sidebar with around corner
29.Login form inside sidebar
30.Shading sidebar title
31.Using border to add boundary to the sidebar item
32.Sidebar with two columns
33.With link sidebar on both sides
34.Site news inside sidebar
35.Sidebar floating right
36.Sidebar Links with mouse hover effect
37.Using H4 as the sidebar section title
38.Sidebar li a:hover background:#94CC29;
39.Link side bar
40.Two column links and text
41.Two column right link bar