
The things circleed in red is my problem, how do i get ris of them
here is my css code:
CODE
/* By Matthew Caddoo - 2006 */
* {margin: 0; padding: 0;}
html, body { height: 100%; }
body {
font-family: Geneva, Arial, Helvetica, sans-serif;
background: url(/*need to inster background here*/);
}
/* Start of clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */
/* end of clearfix */
/*
_________________________________________________________
Start of upper section
_________________________________________________________
*/
.mainarea {
width: 800px;
margin: 0 auto;
background: #CCC;
border-right: #666 1px solid;
border-left: #666 1px solid;
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
min-height: 100%;
}
.line {
height: 15px;
border: 1px solid #FFF;
background-color: #8FA1B3;
}
.location {
padding: 7px 10px 3px 10px;
font-size: 12px;
color: #FFF;
height: 18px;
border: 1px #FFF solid;
border-bottom: 0;
background-color: #333;
border-top: 0;
}
.head {
height: 100px;
background: #FFF;
}
/*
_________________________________________________________
End of upper section
_________________________________________________________
*/
/*
_________________________________________________________
Start of navigation section
_________________________________________________________
*/
.nav {
border: 1px solid #FFF;
border-top: 0;
width: 250px;
background: #6d87a1;
float: left;
}
.nav h3 {
font-size: 13px;
font-weight: bold;
color: #b5c5d5;
padding: 3px 3px 3px 5px;
background: #273b4f;
border-top: 1px solid #FFF;
}
.nav p {
}
.nav ul{
list-style-type: none;
}
.nav li {
font-size: 11px;
list-style-type: none;
}
.nav a {
background: #56718d;
font-size: 12px;
color: #FFF;
text-decoration: none;
font-weight: bold;
padding-left: 20px;
display: block;
}
.nav a:hover {
border-left: 5px solid #294159;
padding-left: 15px;
color: #000;
background: #98aabc;
}
.nav a:visted {
background: #56718d;
font-size: 12px;
color: #FFF;
text-decoration: none;
font-weight: bold;
padding-left: 20px;
display: block;
}
/*
_________________________________________________________
End of navigation section
_________________________________________________________
*/
/*
_________________________________________________________
Start of main content
_________________________________________________________
*/
.center {
float: right;
border: 1px solid #FFF;
border-left: 0;
border-bottom: 0;
width: 547px;
margin-bottom: 60px;
}
.contenthead {
background: #5C6773;
height: 70px;
padding: 15px;
}
.contenthead h1 {
color: #FFF;
font-size: 25px;
}
.contenthead i {
color: #FFF;
font-size: 16px;
margin-left: 50px;
}
.maincontent {
background: #F0F0DF;
border-top: 1px solid #FFF;
padding: 10px;
}
.maincontent h2 {
color: #003366;
font-size: 16px;
font-weight: bold;
border-bottom: 2px dotted #CCC;
}
.maincontent p {
color: #000;
font-size: 12px;
margin-left: 10px;
margin-bottom: 25px;
}
/*
_________________________________________________________
End of main content
_________________________________________________________
*/
/*
_________________________________________________________
Start of footer section
_________________________________________________________
*/
.footer {
clear: both;
margin: 0 auto;
background: #5C6773;
width: 800px;
height: 50px;
margin-top: -51px;
border-top: 1px solid #FFF;
position: relative;
text-align: center;
}
.footer p {
font-size: 12px;
font-weight: 500;
color: #FFF;
margin: 3px;
text-decoration: none;
}
.footer a {
color: #CCC;
}
/*
_________________________________________________________
End of footer section
_________________________________________________________
*/
* {margin: 0; padding: 0;}
html, body { height: 100%; }
body {
font-family: Geneva, Arial, Helvetica, sans-serif;
background: url(/*need to inster background here*/);
}
/* Start of clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */
/* end of clearfix */
/*
_________________________________________________________
Start of upper section
_________________________________________________________
*/
.mainarea {
width: 800px;
margin: 0 auto;
background: #CCC;
border-right: #666 1px solid;
border-left: #666 1px solid;
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
min-height: 100%;
}
.line {
height: 15px;
border: 1px solid #FFF;
background-color: #8FA1B3;
}
.location {
padding: 7px 10px 3px 10px;
font-size: 12px;
color: #FFF;
height: 18px;
border: 1px #FFF solid;
border-bottom: 0;
background-color: #333;
border-top: 0;
}
.head {
height: 100px;
background: #FFF;
}
/*
_________________________________________________________
End of upper section
_________________________________________________________
*/
/*
_________________________________________________________
Start of navigation section
_________________________________________________________
*/
.nav {
border: 1px solid #FFF;
border-top: 0;
width: 250px;
background: #6d87a1;
float: left;
}
.nav h3 {
font-size: 13px;
font-weight: bold;
color: #b5c5d5;
padding: 3px 3px 3px 5px;
background: #273b4f;
border-top: 1px solid #FFF;
}
.nav p {
}
.nav ul{
list-style-type: none;
}
.nav li {
font-size: 11px;
list-style-type: none;
}
.nav a {
background: #56718d;
font-size: 12px;
color: #FFF;
text-decoration: none;
font-weight: bold;
padding-left: 20px;
display: block;
}
.nav a:hover {
border-left: 5px solid #294159;
padding-left: 15px;
color: #000;
background: #98aabc;
}
.nav a:visted {
background: #56718d;
font-size: 12px;
color: #FFF;
text-decoration: none;
font-weight: bold;
padding-left: 20px;
display: block;
}
/*
_________________________________________________________
End of navigation section
_________________________________________________________
*/
/*
_________________________________________________________
Start of main content
_________________________________________________________
*/
.center {
float: right;
border: 1px solid #FFF;
border-left: 0;
border-bottom: 0;
width: 547px;
margin-bottom: 60px;
}
.contenthead {
background: #5C6773;
height: 70px;
padding: 15px;
}
.contenthead h1 {
color: #FFF;
font-size: 25px;
}
.contenthead i {
color: #FFF;
font-size: 16px;
margin-left: 50px;
}
.maincontent {
background: #F0F0DF;
border-top: 1px solid #FFF;
padding: 10px;
}
.maincontent h2 {
color: #003366;
font-size: 16px;
font-weight: bold;
border-bottom: 2px dotted #CCC;
}
.maincontent p {
color: #000;
font-size: 12px;
margin-left: 10px;
margin-bottom: 25px;
}
/*
_________________________________________________________
End of main content
_________________________________________________________
*/
/*
_________________________________________________________
Start of footer section
_________________________________________________________
*/
.footer {
clear: both;
margin: 0 auto;
background: #5C6773;
width: 800px;
height: 50px;
margin-top: -51px;
border-top: 1px solid #FFF;
position: relative;
text-align: center;
}
.footer p {
font-size: 12px;
font-weight: 500;
color: #FFF;
margin: 3px;
text-decoration: none;
}
.footer a {
color: #CCC;
}
/*
_________________________________________________________
End of footer section
_________________________________________________________
*/
and here my HTML code for the design:
CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Your Website</title>
<style type="text/css">@import"stylesheet.css";</style>
<!--[if IE]><style type="text/css">@import"ie.css";</style><![endif]-->
</head>
<!--
Template made by Matthew Caddoo for zymic.com
Copyright © 2006 Matthew Caddoo
matthew.caddoo[at]gmail.com
Pixel background from: http://squidfingers.com/
My site (should be up soon): http://www.caddoo.net
-->
<body>
<div class="clearfix mainarea">
<div class="head">
<img src="images/header_blank.jpg" alt="Welcome to my site" width="800" height="100" /> </div>
<div class="line">
<table width="801" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</div>
<div class="location">Home > </div>
<div class="nav">
<h3>Menu</h3>
<p> </p>
<p> </p>
<table width="100%" height="10%" border="0">
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td height="344"> </td>
</tr>
</table>
</div>
<div class="center"><div class="contenthead"></div>
<div class="maincontent">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
</div>
</div>
</body>
</html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Your Website</title>
<style type="text/css">@import"stylesheet.css";</style>
<!--[if IE]><style type="text/css">@import"ie.css";</style><![endif]-->
</head>
<!--
Template made by Matthew Caddoo for zymic.com
Copyright © 2006 Matthew Caddoo
matthew.caddoo[at]gmail.com
Pixel background from: http://squidfingers.com/
My site (should be up soon): http://www.caddoo.net
-->
<body>
<div class="clearfix mainarea">
<div class="head">
<img src="images/header_blank.jpg" alt="Welcome to my site" width="800" height="100" /> </div>
<div class="line">
<table width="801" border="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</div>
<div class="location">Home > </div>
<div class="nav">
<h3>Menu</h3>
<p> </p>
<p> </p>
<table width="100%" height="10%" border="0">
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td height="344"> </td>
</tr>
</table>
</div>
<div class="center"><div class="contenthead"></div>
<div class="maincontent">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
</div>
</div>
</body>
</html>
Someone please help me get rid of my design problem
Thanks,
Red-Spiral

