<!DOCTYPE html>
<!--hale
-->
<meta charset = "utf-8" />
<link rel="stylesheet" type="text/css"
href="hale.css" />
</head>
<body>
<div id="header">
<img src="eye.jpeg" alt="an eye">
<div class="topsect">
<ul>
<li>address line 1</li>
<li>line 2</li>
</ul>
</div>
<div class="bottomsect" style="bottom: 20.4545% !important;">
<ul>
<li><a href="#nogo"><b>Home</b></a></li>
<li><a href="#nogo"><b>Products</b></a></li>
<li class="current"><a href="#nogo"><b>About</b></a></li>
<li><a href="#nogo"><b>Photos</b></a></li>
<li><a href="#nogo"><b>Links</b></a></li>
</ul>
</div>
</div>
<div id="main">
<div class="ier">
</div>
</div>
</body>
</html>#header {
width:100%; min-height:220px; background-color: black; color:white; z-index: 0;
position: fixed;
}
#header img {
float:left; padding-top:10px; position:absolute; z-index:1;
position: absolute;
}
.topsect {
max-height: 200px; float: right; display: block; top: 0;
position: relative; z-index: 2;
}
.topsect ul li {
color: white; font-size: 75%; top: 0; list-style: none;
}
.bottomsect {
max-height: 20px; float: right; display: block;
list-style: none; color:white; margin: auto;
position: relative; z-index: 3;
}
.bottomsect ul li {
color:white; font-weight: bold; font-size:105%;
float:right; display: inline; padding-right:25px;
list-style:none;
}
a {
text-decoration: none; color: white;
text-shadow: 0 0 6px #274f24, 0 0 9px #44873e;
}
a:hover, li.current {
text-decoration: none;
color:#44873e;
text-shadow: none;
-webkit-transition: 500ms linear 0s;
-moz-transition: 500ms linear 0s;
-o-transition: 500ms linear 0s;
transition: 500ms linear 0s;
outline: 0 none;
}
#main {
width:100%; height:800px; z-index: -1;
background: -webkit-linear-gradient(#003300, #009900);
background: -moz-linear-gradient(#003300, #009900);
background: linear-gradient(#003300, #009900);
box-shadow:inset 0 -15px 5px -16px #5fc942;
position: absolute; margin: 0 auto; overflow: hidden;
}
برچسب:
نویسنده: آیلین رضوانی