Using border to add boundary to the sidebar item : Siderbar « CSS Controls « HTML / CSS






Using border to add boundary to the sidebar item

  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  <meta name="description" content="Your description goes here" />
  <meta name="keywords" content="your,keywords,goes,here" />
  <meta name="author" content="Your Name / Design Template: Gerhard Erbes / Email: gw@actamail.com/" />
<style type='text/css'>
/*****************************************************/
/*   Design:  GoFlexible-2                           */
/*---------------------------------------------------*/
/*   Author:  Gerhard Erbes                          */
/*            gw@actamail.com                        */
/*---------------------------------------------------*/
/*   Version: 4.1                                    */
/*   Date:    March 29, 2006                         */
/*****************************************************/

/*****************/
/*   MAIN BODY   */
/*****************/
body {
  font-size: 62.5%;
  margin: 0em auto;
  padding: 0em;
  background: url(2_GoFlexible2-img/img_background.gif) top center repeat-y;
    font-family: Verdana,Tahoma,Arial,sans-serif;
}

#wrap {
  width: 78.0em;
  margin: 0em auto;
  padding: 0em;
  background-color: rgb(255,255,255);
  border-left: solid 1px rgb(150,150,150);
  border-right: solid 1px rgb(150,150,150);  
}

/*** Correction for non-IE browsers ***/
#wrap {
  overflow: hidden;
}

/*** Correction for IE 5.01 ***/
#wrap {
/*  float: left; */
  float: none;
}

/*** Correction for Safari 1.x ***/
* > #footer, * > form, * > #notes, * > .output {
  position: relative;
  z-index: 1000;
}

/**************/
/*   HEADER   */
/**************/

/*** Header main banner ***/
#header-banner {
  width: 78.0em;
  height: 11.4em;;
  float: left;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  background: url(2_GoFlexible2-img/img_sample_header.jpg) no-repeat;
}

/*** Header navigation top ***/
#header-nav-top {
  float: right;
  margin: 0.7em 0.2em 0em 0em;
  padding: 0em;
}

 #header-nav-top ul {  
  margin: 0em;
  padding: 0em;
  list-style: none;
}  

#header-nav-top li {
  float: left;
  white-space: nowrap;
  border-left: solid 0.1em rgb(150,150,150);
}

#header-nav-top li a {
  display: block; 
  margin: 0em;
  padding: 0em 0.5em 0em 0.5em;
  background-color: rgb(255,255,255);
  color: rgb(150,150,150);
  text-decoration: none;
}

#header-nav-top a:hover, #header-nav-top .selected {
  background-color: inherit;
  color: rgb(0,0,0);
  text-decoration: underline;  
}

#header-nav-top .img-flag {
  height: 1.2em;
  display: inline;
  margin: 0em;
  padding: 0em;  
  border: none;
}

/*** Header navigation bottom ***/
#header-nav-bottom {
  float: left;
  width: 78.0em;
  height: 2.0em;
  margin: 0em;
  padding: 0em;
  border-top: solid 0px rgb(69,136,176);    
  border-bottom: solid 0px rgb(69,136,176);      
  line-height: 2.0em;
  background: url(2_GoFlexible2-img/img_header_nav_bottom.jpg);
}

#header-nav-bottom ul {  
  margin: 0em;
  padding: 0em;
  list-style: none;
  font-weight: bold;
  font-size: 1.1em;  
}  

#header-nav-bottom li {
  float: left;
  white-space: nowrap;
}

#header-nav-bottom li a {
  display: block;
  margin: 0em;
  padding: 0em 1.0em 0em 1.0em;
  border-right: solid 1px rgb(255,255,255);  
  background-color: inherit;
  color: rgb(255,255,255);
  text-decoration: none;
}

#header-nav-bottom a:hover, #header-nav-bottom a.selected {
  margin: 0em;
  padding: 0em 1.0em 0em 1.0em;
  border-right: solid 1px rgb(255,255,255);  
  background-color: inherit;
  color: rgb(100,100,100);
  text-decoration: none;
}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}

/*** Correction for IE5 ***/
* html #header-nav-bottom a {width:1%;}


/***   Buffer between heading and content area   ***/
#buffer {
  clear: both; 
  float: left;
  width: 78.0em;
  height: 2.0em;
  margin: 0em;
  padding: 0em;
  background-color: inherit;
}

/***********************/
/***   LEFT COLUMN   ***/
/***********************/
#left-column-first {
  clear:both;
  float: left;
  width: 15.9em;
  margin: 0em;
  padding: 0em;
  background-color: rgb(255,255,255);
  color: rgb(100,100,100);
}

/* Start Mac IE5 filter \*/
#left-column-first {
  padding-bottom: 30000px;
  margin-bottom: -30000px;
}

/* End Mac IE5 filter */

#left-column {
  clear:both;
  float: left;
  width: 15.9em;
  padding: 0em;
  border-right: solid 0.1em rgb(200,200,200);    
  background-color: rgb(242,242,242);
  background-color: rgb(255,255,255);
  color: rgb(100,100,100);
}

/* Start Mac IE5 filter \*/
#left-column {
  padding-bottom: 30000px;
  margin-bottom: -30000px;
}
/* End Mac IE5 filter */

#left-column ul {  
  width: 15.8em;
  float: left;
  list-style: none;
  margin: 0em;
  padding: 0em;  
  border-bottom: solid 0.1em rgb(200,200,200);
}  

#left-column li {
  margin: 0em;
  padding: 0em;
}

#left-column li.left-nav-title {
  display: block;
  text-align: right;  
  margin: 0em;
  padding: 0.3em 0.7em 0.9em 0.6em;
  background-color: inherit;
  color: rgb(50,50,50);
  text-transform: uppercase;
  font-weight: bold;
  height: 1.3em;
  font-size: 1.1em;
}

#left-column li a {
  display: block;
  text-align: right;  
  padding: 0.3em 0.7em 0.2em 0.6em;
  border-top: solid 0em rgb(215,215,215);
  border-left: solid 0.5em rgb(255,255,255);    
  background-color: inherit;
  color: rgb(125,125,125);
  text-decoration: none;
  height: 1.3em;
  font-size: 1.1em;
}

#left-column li.left-nav-group a {
  display: block;
  text-align: right;  
  padding: 0.3em 0.7em 0.2em 0.6em;
  border-top: solid 0.1em rgb(215,215,215);
  border-left: solid 0.5em rgb(255,255,255);    
  background-color: inherit;
  color: rgb(125,125,125);
  text-decoration: none;
  font-weight: bold;
  height: 1.3em;
  font-size: 1.1em;
}  
  
#left-column a:hover, #left-column .selected {
  text-align: right;
  border-left: solid 0.5em rgb(137,199,44);        
  background-color: inherit;  
  background-color: rgb(224,244,181);  
  color: rgb(0,0,0);
  text-decoration: none;
}

#left-column li.left-nav-group a:hover, #left-column li.left-nav-group .selected {
  text-align: right;
  border-left: solid 0.5em rgb(137,199,44);    
  background-color: rgb(224,244,181);
  color: rgb(0,0,0);
  text-decoration: none;
}

/*** Images ***/
#left-column-first .img-left-nav {
  height: 50.0em;
  width: 15.9em;
  margin: 0em;
  padding: 0em;
  border: none;
}

/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/
#middle-column {
  float: left;
  width: 43.0em;
  margin: 0em;
  padding: 0em 2.0em 0em 2.0em;
  background-color: inherit;
  color: rgb(100,100,100);
}

/* Start Mac IE5 filter \*/
#middle-column {
  padding-bottom: 30000px;
  margin-bottom: -30000px;
}
/* End Mac IE5 filter */  

/***   Pagetitle   ***/
#pagetitle {
/*  float: left; */
  width: 39.0em;
  margin: 0.3em 0em 1.0em 0em;
  padding: 0em;
  background-color: inherit;
  color: rgb(100,100,100);
}

#pagetitle p {
  padding: 0em;
  margin: 0em;
  font-weight: bold;
  font-size: 1.1em;
}

/*** Standard title and box option ***/
.middle-column-title-standard {
/* clear: both; */
  display: block;
  margin: 0em 0em 0.5em 0em;
  padding: 0.2em 0em 0.2em 0em;  
  border-bottom: solid 0.167em rgb(120,176,39);  
  background-color: rgb(255,255,255);
  color: rgb(112,162,36);
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-standard {
  float: left;
  width: 43.0em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(255,255,255);
  color: rgb(100,100,100);
}

.middle-column-box-left-standard {
  clear: left;
  float: left;
  width: 20.5em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(255,255,255);
  color: rgb(100,100,100);
}

.middle-column-box-right-standard {
  float: right;
  width: 20.5em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(255,255,255);
  color: rgb(100,100,100);
}

.middle-column-box-full-standard p.heading, .middle-column-box-left-standard p.heading, .middle-column-box-right-standard p.heading {
  margin: 1.0em 0em 1.0em 0em;
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-standard p.subheading, .middle-column-box-left-standard p.subheading, .middle-column-box-right-standard p.subheading {
  margin: 1.0em 0em 0.6em 0em;  
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-standard p, .middle-column-box-left-standard p, .middle-column-box-right-standard p {
  margin: 0em 0em 0.6em 0em;  
  font-size: 1.2em;  
}

/*** Grey options ***/
.middle-column-title-grey {
/* clear: both; */
  display: block;
  margin: 0em 0em 0.5em 0em;
  padding: 0.2em 0em 0.2em 0.3em;
  background-color: rgb(220,220,220);
  color: rgb(100,100,100);
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-grey {
  float: left;
  width: 43.0em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(235,235,235);
  color: rgb(100,100,100);
}

.middle-column-box-left-grey {
  clear: left;
  float: left;
  width: 20.5em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(235,235,235);
  color: rgb(100,100,100);
}

.middle-column-box-right-grey {
  float: right;
  width: 20.5em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(235,235,235);
  color: rgb(100,100,100);
}

.middle-column-box-full-grey p.heading, .middle-column-box-left-grey p.heading, .middle-column-box-right-grey p.heading {
  margin: 1.0em 1.0em 1.0em 1.0em;
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-grey p.subheading, .middle-column-box-left-grey p.subheading, .middle-column-box-right-grey p.subheading {
  margin: 1.0em 1.0em 0.6em 1.0em;  
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-grey p, .middle-column-box-left-grey p, .middle-column-box-right-grey p {
  margin: 0em 1.0em 0.6em 1.0em;  
  font-size: 1.2em;  
}

/*** Blue options ***/
.middle-column-title-blue {
/* clear: both; */
  display: block;
  margin: 0em 0em 0.5em 0em;
  padding: 0.2em 0em 0.2em 0.3em;
  background-color: rgb(187,211,247);
  color: rgb(100,100,100);
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-blue {
  float: left;
  width: 43.0em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(226,238,252);
  color: rgb(100,100,100);
}

.middle-column-box-left-blue {
  clear: left;
  float: left;
  width: 20.5em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(226,238,252);
  color: rgb(100,100,100);
}

.middle-column-box-right-blue {
  float: right;
  width: 20.5em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(226,238,252);
  color: rgb(100,100,100);
}

.middle-column-box-full-blue p.heading, .middle-column-box-left-blue p.heading, .middle-column-box-right-blue p.heading {
  margin: 1.0em 1.0em 1.0em 1.0em;
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-blue p.subheading, .middle-column-box-left-blue p.subheading, .middle-column-box-right-blue p.subheading {
  margin: 1.0em 1.0em 0.6em 1.0em;  
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-blue p, .middle-column-box-left-blue p, .middle-column-box-right-blue p {
  margin: 0em 1.0em 0.6em 1.0em;  
  font-size: 1.2em;  
}

/*** Yellow options ***/
.middle-column-title-yellow {
/* clear: both; */
  display: block;
  margin: 0em 0em 0.5em 0em;
  padding: 0.2em 0em 0.2em 0.3em;
  background-color: rgb(255,236,128);
  color: rgb(100,100,100);
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-yellow {
  float: left;
  width: 43.0em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(255,240,170);
  color: rgb(100,100,100);
}

.middle-column-box-left-yellow {
  clear: left;
  float: left;
  width: 20.5em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(255,240,170);
  color: rgb(100,100,100);
}

.middle-column-box-right-yellow {
  float: right;
  width: 20.5em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(255,240,170);
  color: rgb(100,100,100);  
}

.middle-column-box-full-yellow p.heading, .middle-column-box-left-yellow p.heading, .middle-column-box-right-yellow p.heading {
  margin: 1.0em 1.0em 1.0em 1.0em;
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-yellow p.subheading, .middle-column-box-left-yellow p.subheading, .middle-column-box-right-yellow p.subheading {
  margin: 1.0em 1.0em 0.6em 1.0em;  
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-yellow p, .middle-column-box-left-yellow p, .middle-column-box-right-yellow p {
  margin: 0em 1.0em 0.6em 1.0em;
  font-size: 1.2em;  
}

/*** Green options ***/
.middle-column-title-green {
/* clear: both; */
  display: block;
  margin: 0em 0em 0.5em 0em;
  padding: 0.2em 0em 0.2em 0.3em;
  background-color: rgb(196,221,108);
  color: rgb(100,100,100);
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-green {
  float: left;
  width: 43.0em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(224,244,181);
  color: rgb(100,100,100);  
}

.middle-column-box-left-green {
  clear: left;
  float: left;
  width: 20.5em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(224,244,181);
  color: rgb(100,100,100);  
}

.middle-column-box-right-green {
  float: right;
  width: 20.5em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(224,244,181);
  color: rgb(100,100,100);  
}

.middle-column-box-full-green p.heading, .middle-column-box-left-green p.heading, .middle-column-box-right-green p.heading {
  margin: 1.0em 1.0em 1.0em 1.0em;
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-green p.subheading, .middle-column-box-left-green p.subheading, .middle-column-box-right-green p.subheading {
  margin: 1.0em 1.0em 0.6em 1.0em;  
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-green p, .middle-column-box-left-green p, .middle-column-box-right-green p {
  margin: 0em 1.0em 0.6em 1.0em;
  font-size: 1.2em;  
}

/*** Red options ***/
.middle-column-title-red {
/* clear: both; */
  display: block;
  margin: 0em 0em 0.5em 0em;
  padding: 0.2em 0em 0.2em 0.3em;
  background-color: rgb(255,176,176);
  color: rgb(100,100,100);
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-red {
  clear: left;
  float: left;
  width: 43.0em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(255,219,219);
  color: rgb(100,100,100);  
}

.middle-column-box-left-red {
  float: left;
  width: 20.5em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(255,219,219);
  color: rgb(100,100,100);  
}

.middle-column-box-right-red {
  float: right;
  width: 20.5em;
  margin: 0em 0em 2.0em 0em;
  padding: 0em;
  background-color: rgb(255,219,219);
  color: rgb(100,100,100);  
}

.middle-column-box-full-red p.heading, .middle-column-box-left-red p.heading, .middle-column-box-right-red p.heading {
  margin: 1.0em 1.0em 1.0em 1.0em;
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-red p.subheading, .middle-column-box-left-red p.subheading, .middle-column-box-right-red p.subheading {
  margin: 1.0em 1.0em 0.6em 1.0em;  
  font-weight: bold;
  font-size: 1.2em;
}

.middle-column-box-full-red p, .middle-column-box-left-red p, .middle-column-box-right-red p {
  margin: 0em 1.0em 0.6em 1.0em;
  font-size: 1.2em;  
}

/*** Image with border ***/
.middle-column-img-left-halfsize-border {
  float: left;
  width: 5.5em;
  height: 5.5em;
  margin: 0.3em 0.75em 0.3em 0em;
  border: solid 1px rgb(100,100,100);
  font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.  
}

.middle-column-img-right-halfsize-border {
  float: right;
  width: 5.5em;
  height: 5.5em;
  margin: 0.3em 0em 0.3em 0.75em;
  border: solid 1px rgb(100,100,100);  
  font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.  
}

.middle-column-img-left-fullsize-border {
  float: left;
  width: 11.0em;
  height: 11.0em;
  margin: 0.3em 0.75em 0.3em 0em;
  border: solid 1px rgb(100,100,100);
  font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.  
}

.middle-column-img-right-fullsize-border {
  float: right;
  width: 11.0em;
  height: 11.0em;
  margin: 0.3em 0em 0.3em 0.75em;
  border: solid 1px rgb(100,100,100);  
  font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.  
}

/*** Image without border ***/
.middle-column-img-left-halfsize-noborder {
  float: left;
  width: 5.0em;
  height: 5.0em;
  margin: 0.3em 0.5em 0.3em 0em;
  font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.
}

.middle-column-img-right-halfsize-noborder {
  float: right;
  width: 5.0em;
  height: 5.0em;
  margin: 0.3em 0em 0.3em 0.5em;
  font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.
}

.middle-column-img-left-fullsize-noborder {
  float: left;
  width: 10.0em;
  height: 10.0em;
  margin: 0.3em 0.5em 0.3em 0em;
  font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.
}

.middle-column-img-right-fullsize-noborder {
  float: right;
  width: 10.0em;
  height: 10.0em;
  margin: 0.3em 0em 0.3em 0.5em;
  font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.
}

/************************/
/***   RIGHT COLUMN   ***/
/************************/
#right-column {
  float: right;
  width: 15.0em;
  margin: 0em 0em 0em 0em;
  padding: 0em;
}

/* Start Mac IE5 filter \*/
#right-column {
  padding-bottom: 30000px;
  margin-bottom: -30000px;
}
/* End Mac IE5 filter */  

/*** Standard option ***/
.right-column-title-standard {
/* clear: both; */
  display: block;
  margin: 0em 0em 0.5em 0em;
  padding: 0.2em 0em 0.2em 0em;
  background-color: rgb(255,255,255);
  color: rgb(100,100,100);
  font-weight: bold;
  font-size: 1.1em;
}

.right-column-box-standard {
/*  float: right; */
  width: 13.0em;
  margin: 0em 1.0em 0.8em 0em;
  padding: 0.4em 0.4em 0.4em 0.4em;
  border: solid 0.1em rgb(200,200,200);
  background-color: rgb(255,255,255);
  color: rgb(100,100,100);  
}

/*** Grey title and box option ***/
.right-column-title-grey {
/* clear: both; */
  display: block;
  margin: 0em 0em 0.5em 0em;
  padding: 0.2em 0em 0.2em 0.2em;
  background-color: rgb(220,220,220);
  color: rgb(100,100,100);
  font-weight: bold;
  font-size: 1.1em;
}

.right-column-box-grey {
/*  float: right; */
  width: 13.0em;
  margin: 0em 1.0em 0.8em 0em;
  padding: 0.4em 0.4em 0.4em 0.4em;
  border: solid 0.1em rgb(200,200,200);
  background-color: rgb(235,235,235);
  color: rgb(100,100,100);  
}

/*** Blue title and box option ***/
.right-column-title-blue {
/*  clear: both; */
  display: block;
  margin: 0em 0em 0.5em 0em;
  padding: 0.2em 0em 0.2em 0.2em;
  background-color: rgb(187,211,247);
  color: rgb(100,100,100);
  font-weight: bold;
  font-size: 1.1em;
}

.right-column-box-blue {
/*  float: right; */
  width: 13.0em;
  margin: 0em 1.0em 0.8em 0em;
  padding: 0.4em 0.4em 0.4em 0.4em;
  border: solid 0.1em rgb(200,200,200);
  background-color: rgb(226,238,252);    
  color: rgb(100,100,100);    
}

/*** Yellow title and box option ***/
.right-column-title-yellow {
/*  clear: both; */
  display: block;
  margin: 0em 0em 0.5em 0em;
  padding: 0.2em 0em 0.2em 0.2em;
  background-color: rgb(255,236,128);
  color: rgb(100,100,100);
  font-weight: bold;
  font-size: 1.1em;
}

.right-column-box-yellow {
/*  float: right; */
  width: 13.0em;
  margin: 0em 1.0em 0.8em 0em;
  padding: 0.4em 0.4em 0.4em 0.4em;
  border: solid 0.1em rgb(200,200,200);
  background-color: rgb(255,255,191);  
  color: rgb(100,100,100);      
}

/*** Green title and box option ***/
.right-column-title-green {
/*   clear: both;*/
  display: block;
  margin: 0em 0em 0.5em 0em;
  padding: 0.2em 0em 0.2em 0.2em;
  background-color: rgb(196,221,108);
  color: rgb(100,100,100);
  font-weight: bold;
  font-size: 1.1em;
}

.right-column-box-green {
/*  float: right; */
  width: 13.0em;
  margin: 0em 1.0em 0.8em 0em;
  padding: 0.4em 0.4em 0.4em 0.4em;
  border: solid 0.1em rgb(200,200,200);
  background-color: rgb(224,244,181);  
  color: rgb(100,100,100);  
}

/*** Red title and box option ***/
.right-column-title-red {
/*  clear: both; */
  display: block;
  margin: 0em 0em 0.5em 0em;
  padding: 0.2em 0em 0.2em 0.2em;
  background-color: rgb(255,176,176);
  color: rgb(100,100,100);
  font-weight: bold;
  font-size: 1.1em;
}

.right-column-box-red {
/*  float: right; */
  width: 13.0em;
  margin: 0em 1.0em 0.8em 0em;
  padding: 0.4em 0.4em 0.4em 0.4em;
  border: solid 0.1em rgb(200,200,200);
  background-color: rgb(255,219,219);  
  color: rgb(100,100,100);  
}

/*** Paragraph text ***/
#right-column p {
  margin: 0em 0em 0.4em 0em;
  font-size: 1.1em;
}

/*****************/
/***   FOOTER   **/
/*****************/
#footer {
  clear: both;
/*  float: left; */
  width: 78.0em;
  height: 2.5em;
  margin: 1.0em 0em 0em 0.0em;
  padding: 0.5em 0em 0.5em 0em;
  border-top: solid 0.1em rgb(200,200,200);
  border-bottom: solid 0.1em rgb(200,200,200);  
  background-color: rgb(255,255,255);
  text-align: center;
  color: rgb(100,100,100);
  font-size: 1.0em;
}

/*************************************************/
/***   HYPERLINKS IN MIDDLE AND RIGHT COLUMNS  ***/
/*************************************************/

/*** Hyperlinks in middle and right columns ***/
a {
  background-color: inherit;
  color: rgb(100,100,100);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/*** Visited links not in use ***/
/*a:visited {
  background-color: inherit;
  color: rgb(100,100,100);
  text-decoration: underline;
} */


</style>


  <title>GoFlexible2 - Entry Page</title>
</head>

<body>
  <div id="wrap">

    <!-- HEADER -->
    <!-- Header banner background -->
    <div id="header-banner">  

    <!-- Header top navigation -->
      <div id="header-nav-top">
        <ul>
          <li><a href="#">About us</a></li>
          <li><a href="#">Contact</a></li>
          <li><a href="#">Impressum</a></li>                                    
          <li><a href="#"><img class="img-flag" src="./2_GoFlexible2-img/img_flag_unitedkingdom.gif" title="English" alt=""/></a></li>
          <li><a href="#"><img class="img-flag" src="./2_GoFlexible2-img/img_flag_austria.gif" title="Deutsch" alt=""/></a></li>
          <li><a href="#"><img class="img-flag" src="./2_GoFlexible2-img/img_flag_sweden.gif" title ="Svenska" alt=""/></a></li>
        </ul>
      </div>                
    </div>
    
    <!-- Header bottom navigation -->          
    <div id="header-nav-bottom">
      <ul>
        <li><a href="#" class="selected">Entry Page</a></li>
        <li><a href="other.html">Other Pages</a></li>
        <li><a href="grey.html">Grey options</a></li>
        <li><a href="yellow.html">Yellow options</a></li>
        <li><a href="blue.html">Blue options</a></li>
        <li><a href="green.html">Green options</a></li>                                    
        <li><a href="red.html">Red options</a></li>
      </ul>
    </div>
    
    <!-- Buffer to content area -->    
    <div id="buffer"></div>      

    <!-- LEFT COLUMN -->
    <div id="left-column-first">
      <img class="img-left-nav" src="./2_GoFlexible2-img/img_left_nav.jpg" alt=""/>
    </div>
      
    <!--   MIDDLE COLUMN -->
    <div id="middle-column">

      <div class="middle-column-box-left-standard">
        <div class="middle-column-title-standard">Who can use this template?</div>
        <p><img src="./2_GoFlexible2-img/img_button_neutral.jpg" class="middle-column-img-left-halfsize-noborder" alt=""/><b>GoFlexible-Two</b> is an extension to my first design <a href="http://www.oswd.org/design/preview/id/2815">GoFlexible</a>.</p> 
        <p><b>GoFlexible-Two</b> is a powerful and modular template with a separate design for the entry page and other pages. Numerous color options are available. The template can be used for your personal website, businesses or even webportals.</p>         
      </div>

      <div class="middle-column-box-right-standard">
        <div class="middle-column-title-standard">The Layout</div>
        <p><img src="./2_GoFlexible2-img/img_button_number1.jpg" class="middle-column-img-left-halfsize-noborder" alt=""/><b>GoFlexible-Two</b> is a three-column design using modular boxes in the middle and right columns. In the middle section boxes can be of half- or full-width. The arrangement and order of boxes is flexible. The top header and left menus give powerful navigation capabilities for content-rich websites. Pictures integrate seamlessly.</p>         
      </div>

      <div class="middle-column-box-left-standard">
        <div class="middle-column-title-standard">The Colors</div>
        <p><img src="./2_GoFlexible2-img/img_button_number2.jpg" class="middle-column-img-left-halfsize-noborder" alt=""/><b>GoFlexible-Two</b> has a standard color scheme, which is shown on the first two pages.</p>
        <p>Additional color options can be found under the links in the top navigation bar for grey, yellow, blue, green and red. The titles and backgrounds for the boxes can vary colors independently of each other.</p>
      </div>
      
      <div class="middle-column-box-right-standard">
        <div class="middle-column-title-standard">The Text</div>
        <p><img src="./2_GoFlexible2-img/img_button_number3.jpg" class="middle-column-img-left-halfsize-noborder" alt=""/><b>GoFlexible-Two</b> contains sufficient formats available for texts. You can choose between "heading", "subheading" and normal paragraphs. See under "Other Pages" for examples.</p>         
      </div>
    </div>

    <!-- RIGHT COLUMN -->
    <div id="right-column">

      <div class="right-column-box-standard">
        <div class="right-column-title-grey">News and Links</div>
        <p>Use this column for news, events, etc.</p>
        <p>Additional links:</p>                
        <p><a href="#">Link A</a></p>
        <p><a href="#">Link B</a></p>    
      </div>                        

      <!-- White box -->    
      <div class="right-column-box-standard">
        <div class="right-column-title-grey">It's free to use!</div>
        <p>Enjoy the template at no cost. Feel free to retain my name as original designer in the footer. This is my second template, so I am just a beginner. Some of my other interests can be found <a href="http://www.sda.org">here</a>.</p>                 
      </div>      

      <!-- White box -->    
      <div class="right-column-box-standard">
        <div class="right-column-title-grey">Any questions?</div>
        <p>My name is Gerhard, and here is my email:</p>
        <p><a href="mailto:gw@actamail.com">gw@actamail.com</a></p>                 
      </div>      
    </div>    
    
    <!-- FOOTER -->
    <div id="footer">
       Copyright &copy;2006 Your Company | All rights reserved<br />Design by <a href="mailto:gw@actamail.com">Gerhard Studios</a> | <a href="http://validator.w3.org/check?uri=referer" title="Validate code as W3C XHTML 1.1 Strict Compliant">W3C XHTML 1.1</a> | <a href="http://jigsaw.w3.org/css-validator/" title="Validate Style Sheet as W3C CSS 2.0 Compliant">W3C CSS 2.0</a>
    </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.Inner left and right bar
5.Sidebar with float left
6.Side bar contains list
7.side bar 2
8.Link bar with dotted line
9.Latest news sidebar
10.Sidebar with link and text
11.Sidebar with read more link
12.Text paragraph with sidebar
13.Sidebar with border
14.Div Sidebar padding: 0 38px 45px 29px;
15.Div Sidebar width: 328px;
16.Div Sidebar float: left;
17.Div based sidebar
18.Sidebar column
19.Sidebar with read more link 3
20.Layout for sidebar and article
21.Navigation sidebar
22.Two columns with sidebar
23.position: absolute; Sidebar
24.Sidebar Link list
25.Sidebar with right border
26.Links inside sidebar
27.Sidebar title
28.Sidebar with read more
29.Sidebar with around corner
30.Login form inside sidebar
31.Shading sidebar title
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