fresh-vege : Clear « Templates « HTML / CSS






fresh-vege

    

<!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>Fresh Vege</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type='text/css'>
?
#Container {
  left: 0px;
  top: 0px;
  width: 860px;
  background-image: url('fresh-vege-images/tablexpand.jpg');
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#header_ {
  float: left;
  left: 0px;
  top: 0px;
  width: 860px;
  height: 312px;
  background-image: url('fresh-vege-images/header.jpg');
}
#header_ ul.navi{
  padding: 0px;
  margin: 260px 0px 0px 0px;
  width: auto;
  text-align: center;
  position: relative;
}
#header_ ul.navi li{
  height: 22px;
  padding: 0 10px 0 10px;
  margin: 0;
  display: inline;
}
#header_ ul.navi li a{
  background-position: 0px 16px;
  padding: 4px 15px 7px 27px;
  font: 28px "tw Cen MT";
  color: #FFFFFF;
  text-decoration: none;
  text-indent: 0px;
  font-weight: normal;
  margin: 0;
  letter-spacing: -1px;
  line-height: 33px;
  background-repeat: no-repeat;
  background-image: url('fresh-vege-images/headerButton.png');
}
#header_ ul.navi li a:hover{
  color: #ddf978;
  text-decoration: none;
  background-image: url('fresh-vege-images/headerButtonOver.png');
}

#left_ {
  float: left;
  left: 0px;
  top: 312px;
  width: 247px;
  background-image: url('fresh-vege-images/left.jpg');
}
#left_ h2{
  padding: 10px 0px 0px 40px;
  margin: 10px 0 0px 35px;
  font: 26px/24px arial, Helvetica, sans-serif;
  color: #ffe1c3;
  font-weight: normal;
  display: block;
  letter-spacing: -1px;
  word-spacing: 0em;
  text-indent: 0px;
  text-transform: lowercase;
  background-image: url('fresh-vege-images/blockHeading.jpg');
  background-repeat: no-repeat;
  height: 41px;
}
#left_ ul{
  padding: 0px 0px 0px 0px;
  display: block;
  margin: 5px 0 10px 60px;
  list-style: none;
}
#left_ ul li{
  padding: 0 0 0 0px;
  margin: 0 0 0 0px;
}
#left_ ul li a{
  color: #000000;
  background-position: 0px 6px;
  background: url('fresh-vege-images/button.gif') no-repeat 0;
  font-size: 13px;
  padding: 2px 0px 2px 16px;
  display: block;
  text-decoration: underline;
  color: #2e370a;
  font-weight: bold;
}
#left_ ul li a:hover{
  text-decoration: none;
  background-image: url('fresh-vege-images/buttonOver.gif');
}

#right_ {
  float: left;
  left: 247px;
  top: 312px;
  width: 613px;
  background-image: url('fresh-vege-images/right.jpg');
}
#right_ h2{
  padding: 10px 0px 0px 40px;
  margin: 10px 0 0px 9px;
  font: 26px/24px arial, Helvetica, sans-serif;
  color: #eafece;
  font-weight: normal;
  display: block;
  letter-spacing: -1px;
  word-spacing: 0em;
  text-indent: 0px;
  text-transform: lowercase;
  background-image: url('fresh-vege-images/contentsHeading.jpg');
  background-repeat: no-repeat;
  height: 41px;
}
#rightSub {
  margin: 0px 0px 0px 10px;
  background-image: url('fresh-vege-images/contentsbg.jpg');
  background-repeat: no-repeat;
}
#rightSub p{
  margin: 0px;
  color: #000000;
  padding: 0 0 0 33px;
  width: 530px;
  display: block;
  font: 13px/20px tahoma;
  letter-spacing: 0px;
}
#rightSub p span{
  color: #99CC00;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0px;
}
#rightSub p span.bg{
  color: #799fbb;
}

#tablexpand_ {
  float: left;
  left:0px;
  top:674px;
  width:860px;
  height:6px;
}

#footer_ {
  float: left;
  left: 0px;
  top: 680px;
  width: 860px;
  height: 90px;
  background-image: url('fresh-vege-images/footer.jpg');
}
#footer_  p{
  background: no-repeat;
  padding: 20px 0 20px 0;
  margin: 0 0 0 0px;
  width: 100%;
  display: block;
  text-align: center;
  font-family: tahoma;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
#footer_ a {
  color:#FFFFFF;
}
#footer_ a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.clear {
  clear:both;
}
a {
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}
a:hover {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

body {
  margin: 0px;
  font-family: tahoma;
  font-size: 13px;
  background-color: #e1e4af;
}

</style>


</head>
<body>
<div id="Container">
  <div id="header_">
    <ul class="navi">
      <li><a href="http://www.free-css.com/">Home Page</a></li>
      <li><a href="http://www.free-css.com/">About Us</a></li>
      <li><a href="http://www.free-css.com/">Fresh Foods</a></li>
      <li><a href="http://www.free-css.com/">Contact</a></li>
      <li><a href="http://www.free-css.com/">News</a></li>
    </ul>
  </div>
  <div id="left_">
    <h2>broadacst</h2>
    <ul>
      <li><a href="http://www.free-css.com/">Praesent vestibulum</a></li>
      <li><a href="http://www.free-css.com/">Molestie lacus</a></li>
      <li><a href="http://www.free-css.com/">Dolor sit amet conse</a></li>
      <li><a href="http://www.free-css.com/">Adipiscing ipsum</a></li>
      <li><a href="http://www.free-css.com/">Darem amet lacus</a></li>
      <li><a href="http://www.free-css.com/">Praesent vestibulum</a></li>
      <li><a href="http://www.free-css.com/">Molestie lacus dim</a></li>
      <li><a href="http://www.free-css.com/">Dolor sit amet</a></li>
      <li><a href="http://www.free-css.com/">Adipiscing lorem</a></li>
      <li><a href="http://www.free-css.com/">Darem lacus ipsum</a></li>
    </ul>
  </div>
  <div id="right_">
    <h2>welcome to <strong>fresh vege</strong></h2>
    <div id="rightSub">
      <p><strong>Fresh Vege</strong> is a W3C compliance XHTML template designed by WebTemplatePortal.com. This template is designed 100% tableless and tested and compatible with major browser. You're freely to modify this template to suit your needs, we only ask you not to remove the link back to WebTemplatePortal.com. </p>
      <p>&nbsp;</p>
      <p>This template is under the <a target="_blank" href="http://creativecommons.org/licenses/by/2.5/">Creative Commons Attribution 2.5</a> License. That's mean you can modify the design to suit your needs but you must provided a link back to WebTemplatePortal.com </p>
      <p>&nbsp;</p>
      <p>Download more free XHTML templates at WebTemplatePortal.com.</p>
      <p>&nbsp;</p>
      <p>Downloads 1000's of premium web templates at our sister site at >DeonixDesign.com.</p>
      <p>&nbsp;</p>
    </div>
  </div>
  <div class="clear"></div>
  <div id="footer_">
    <p>Copyright &copy; YourSite.com 2009 All Rights Reserved<br />
      Design by <a href="http://www.webtemplateportal.com/">WebTemplatePortal.com</a></p>
  </div>
</div>
</body>
</html>

   
    
    
    
  








Related examples in the same category

1.clean&green
2.clean-and-professional
3.clean-web-2.0
4.cleandesign
5.cleangrad
6.cleaninterface
7.cleanlayout
8.cleantype
9.Clean_and_Brite
10.clearandcrisp
11.clearbreeze
12.clearfocus
13.clearfootball
14.clearminimalist
15.clearpixels
16.clearsky
17.fresh
18.FreshiFresh
19.freshmedia-01
20.freshness
21.freshscent
22.Elegant_Style
23.elegance
24.smooth
25.smoothandsleek
26.refresh