Here we go, i took the code from doug website and mod it to yours.
Code:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Keeping it tall - redmelon.net</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
/* Optional Code */
body { color: #000; background-color: #6699FF; text-align: justify; font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 86%; }
p { padding: 0.5em; margin: 0; font-size: 1em; }
h1 { padding: 0.5em; margin: 0; font-size: 1.3em; font-weight: normal; }
h2 { padding: 0.5em; margin: 0; font-size: 1em; font-weight: bold; }
ul { padding-right: 1em; text-align: left; margin-bottom: 1em; }
.normal { font-style: normal; }
.wrapper { min-width: 400px; }
/* Allways good to have on full width liquid CSS layouts,
google "min-width IE" for JS solutions there */
.wrapper { border: 1px solid black; margin: 0 -1px; }
/* this is a border with marginal compensation to stop scroll bars */
/* Setup (This all looks neater when it isn't put on display!) */
.wrapper {
width: 760px; /* total width */
margin-left: auto;
margin-right: auto;
}
.outer {
border-left-width: 120px; /* left column width */
border-left-color: #6699FF; /* left column colour */
border-right-width: 0px; /* right column width */
border-right-color: #cfc; /* right column colour */
background-color: #009933; /* center column colour */
}
.left {
width: 120px; /* left column width */
margin-left: -120px; /* _negative_ left column width */
}
#bottom
{
background: #CC0033;
}
#top
{
background: #CC0033;
}
/* Main code */
.outer { width: auto; border-left-style: solid; border-right-style: solid; }
.inner { margin: 0; width: 100%; }
.left { float: left; position: relative; z-index: 10; }
.center { float: left; width: 100%; position: relative; z-index: 12;}
.wide { width: 100%; position: relative; z-index: 13; }
.clear { clear: both; }
#navigation a{
text-align: center;
list-style-position: inside;
list-style-type: circle;
background-color: #00CCFF;
border: 1px dashed #FFFF00;
left: 20px;
height: 20px;
width: 80px;
position: relative;
}
}
#navigation a:hover{
background-color:#00FF00;
}
/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
.left { margin-right: 1px; }
.center { margin: 0 -3px 0 -2px; }
</style>
</head>
<body>
<div class="wrapper">
<div id="top">
<p><a href="home.htm"><img src="images/logo/logo.gif" border="0" alt="KUCA logo link to main page" title="KUCA return to homepage"/></a><img src="images/navigation/navigation.gif" alt="banner for the site" title=""/></p>
</div> <!--End of Top -->
<div class="outer">
<div class="inner">
<div class="left">
<div id="navigation">
<br />
<p><a href="www.google.com">hello</a></p>
<p><a href="www.google.com">hello</a></p>
<p><a href="www.google.com">hello</a></p>
<br />
</div><!-- End of div Navigation -->
</div><!--End of Left -->
<div class="center">
<p>SPAM SPAM SPAM </p>
<p>SPAM SPAM SPAM </p>
<p>SPAM SPAM SPAM </p>
<p>SPAM SPAM SPAM </p>
<p>SPAM SPAM SPAM </p>
<p>SPAM SPAM SPAM </p>
<p>SPAM SPAM SPAM </p>
</div><!--End of Center -->
<div class="clear"></div>
</div>
</div>
<div id="bottom">
<p>© 2003</p>
</div> <!--End of Bottom -->
</div>
</body>
</html>
Bookmarks