Tulips : Flower « Templates « HTML / CSS






Tulips

   

<!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" lang="en">
  <head>
    <title>Tulips</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <meta name="description" content="Osman EROGLU / 2006 / Tulips / TR"/>
    <meta name="keywords" content="OEr"/>
<style type='text/css'>
* {
  background:      transparent;
}
body {
  padding:      0px;
  margin:        0px;
  border:        0px;
  margin-top:      0px;
  background:      #ffffff;
}
a:link, a:visited { 
  color: #002E82; 
  text-decoration: none; 
}
a:hover{ 
  color: #666; text-decoration: none; 
}
#content{
  position:      relative;
  margin:        0;
  line-height:    normal;
  width:        760px;
  margin:        0 auto;
}
#content ul {
  margin:        0 0 0 0;
  padding:      0 0 0 0;
  list-style:      none;
}
#content li {
  display:      inline;
  margin:        0;
  padding:      0;
}
#leftBorder {
  position:      relative;
  top:        0px;
  float:        left;
  width:        16px;
  height:        800px;
  background:      url(image/leftBorder.gif) top left no-repeat;
  display:      block;
}
#rightBorder {
  position:      relative;
  top:        0px;
  float:        right;
  width:        16px;
  height:        800px;
  background:      url(image/rightBorder.gif) top right no-repeat;
  display:      block;

}
#page {
  position:      relative;
  top:        0px;
  margin:        0 auto;
}
#footer {
  height:        36px;
  display:      block;
  width:        100%;
  position:      fixed; 
  bottom:        0px; 
  opacity:      .7;
  filter:        alpha(opacity=70);
  background:      url(image/yellow-tulips-bottom.jpg) top center no-repeat;
}
#footerText {
  border:        0px #666666 solid;
  border-top-width:  1px;
  width:        762px;
  height:        100%;
  vertical-align:    middle;
  margin:        0 auto;
  text-align:      center;
  font-family:    geneva,arial,sans-serif;
  font-weight:    normal;
  word-spacing:    -1px;
  font-size:      70%;
}
#menu{
  display:      block;
  float:        left;
  padding-bottom:    20px;  
  padding-top:    20px;
  line-height:     160%;
  background:      url(image/menu-top.gif) top center no-repeat;
  font-family:    "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
  font-size:       90%;
  position:      relative;
  width:        160px;
  top:        0px;
  margin-top:      5px;
  margin-left:    5px;  
  height:        150px;
}
#header{
  display:      block;
  position:      relative;
  float:        right;
  margin-top:      5px;
  margin-right:    5px;
  width:        550px;
  height:        200px;
  background:      url(image/red-tulips-banner.jpg) top left no-repeat;
}
#menu ul li{
  font-weight:    bold;
  display:      block;
  list-style-type:  none;

}
#menu ul li a{
  background:      url(image/menu-point.gif) top left no-repeat;
  padding:      0px 0px 0px 20px;
  cursor:        pointer;  
  text-decoration:  none;
}
#menu ul li a:hover{
  background-position:0% -24px; 
}
#pageName{
  display:      block;
  float:        left;
  position:      relative;
  top:        0px;
  margin-top:      5px;
  margin-left:    5px;
  width:        630px;
  height:        80px;
  background:      url(image/page.gif) top left no-repeat;      
}
#pageName span{
  font-variant:    small-caps;
  font-family:    "Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
  font-size:       400%;
  margin-left:    20px;
}
#logo{
  display:      block;
  position:      relative;
  float:        right;
  margin-top:      5px;
  margin-right:    5px;
  width:        80px;
  height:        80px;
  background:      url(image/tulip-logo.gif) top left no-repeat;
}
#subMenu{
  font-family:     trebuchet ms, verdana, tahoma, arial;
  display:      block;
  margin:        0 auto;
  float:        right;
  margin-top:      5px;
  margin-right:    5px;
  text-align:      right;
  width:        720px;
}
#subMenu ul li{
  display:      inline;
  text-transform:    uppercase;
  font-size:      70%;
}
#subMenu ul li a{
  border:        0px #FFFFFF solid;
  border-bottom-width:3px;
}
#subMenu ul li a:hover{
  border:        0px #CCCCCC solid;
  border-bottom-width:3px;
}
#main{
  font-family:     trebuchet ms, verdana, tahoma, arial;
  display:      block;
  margin:        0 auto;
  float:        right;
  margin-top:      5px;
  margin-right:    5px;
  width:        720px;
}
#main h1,h2,h3,h4,h5,h6{
  margin-left:    10px;
  font-size:       200%;
  border:        0px #CCCCCC solid;
  border-bottom-width:3px;
}
#main p {
  margin:        10px 10px 10px 10px;
  font-size:       75%;  
}


</style>


  </head>
  <body>
    <div id="content">
      <div id="leftBorder"></div>
      <div id="rightBorder"></div>
      <div id="title">
        <div id="pageName"><span>Tulips</span></div>
        <div id="logo"></div>
      </div>
      <div id="page">
        <div id="menu">  
          <ul>
            <li><a href="#home">Home</a></li>
            <li><a href="#portfolio">Portfolio</a></li>
            <li><a href="#contact">Contact</a></li>
            <li><a href="#link">Link</a></li>
            <li><a href="#link">Link</a></li>
            <li><a href="#link">Link</a></li>
            <li><a href="#link">Link</a></li>
          </ul>          
        </div>  
        <div id="header"></div>  
      </div>
      <div id="subMenu">
        <ul>
          <li><a href="#sublink">Sub Link</a></li>
          <li><a href="#sublink">Sub Link</a></li>
          <li><a href="#sublink">Sub Link</a></li>
          <li><a href="#sublink">Sub Link</a></li>
          <li><a href="#sublink">Sub Link</a></li>
        </ul>
      </div>
      <div id="main">
        <h1>Test Header</h1>
        <p>Comment have because but my your thanks give group max
        minimum fake tulips flowers make quate why what when where
        small large font image link contact network please sorry
        que ask beatifuly.</p>
        <p>Comment have because but my your thanks give group max
        minimum fake tulips flowers make quate why what when where
        small large font image link contact network please sorry
        que ask beatifuly.</p>
        <p>Comment have because but my your thanks give group max
        minimum fake tulips flowers make quate why what when where
        small large font image link contact network please sorry
        que ask beatifuly.</p>
        <h1>Test Header</h1>
        <p>Comment have because but my your thanks give group max
        minimum fake tulips flowers make quate why what when where
        small large font image link contact network please sorry
        que ask beatifuly.</p>
        <p>Comment have because but my your thanks give group max
        minimum fake tulips flowers make quate why what when where
        small large font image link contact network please sorry
        que ask beatifuly.</p>
      </div>
    </div>
    <div id="footer">
      <div id="footerText">
        Osman EROGLU / 2006 / Tulips / TR / <a href="mailto:oeroglu@gmail.com">oeroglu@gmail.com</a>
      </div>
    </div>
  </body>
</html>

   
    
    
  








Related examples in the same category

1.metamorph_flower
2.metamorph_flowergallery
3.metamorph_superflower
4.flower 2
5.flower-shop
6.flowerbuds
7.flowerily
8.flowermum
9.Flowerpremium
10.flowery
11.metamorph_floral
12.metamorph_florist
13.blossom
14.blossoms
15.metamorph_blossom
16.metamorph_roseanddrops
17.floral-design
18.floral
19.floral_impact
20.flourish
21.ftdflowered
22.rose
23.rosekist
24.rs-garden
25.safflower
26.lily
27.lilypads