Hello
your header logo image is missing, and maybe rethink how you do your body and header image, your code 100% high
Code:
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>PT3</title>
<style type="text/css">
*{padding:0;margin:0;}
body{background: url('images/header-tile.gif') 0% 0% repeat-x;}
html,body{height:100%;}
#container{
background: url('images/side-tile.gif') 0% 0% repeat-y;
margin-top:-58px;
}
* html #container{height:100%;}
head+body #container{min-height:100%;overflow:auto;}
#header{
height:140px;
background: url('http://www.xixel.net/PT3/images/logo1.gif') 0% 0% no-repeat;
border-top:58px solid #fafafa;
}
#hright {
float:right;
width:51px;
height: 140px;
background: url('images/header-cap.gif') 0% 0% no-repeat;
}
#left{
float:left;
width:225px;
background: url('images/side-nav.gif') 0% 0% no-repeat;
}
#right{
float:right;
width:51px;
height:100px;
background: url('images/content-cap.gif') 0% 0% no-repeat;
}
#middle{
overflow:auto;
font-size:80%;
background: url('images/content-tile.gif') 0% 0% repeat-x;
}
* html #middle{float:left;}
* html #middle p,* html #footer{height:1%;}
#footer{
overflow:hidden;
background: url('images/bottom-tile.gif') 0% 0% repeat-x;
min-height:1%;
}
#fleft,#fright {height:58px;}
#fleft{
float:left;
width:225px;
background: url('images/side-bcap.gif') 0% 0% no-repeat;
}
#fright {
float:right;
width:51px;
background: url('images/bottom-cap.gif') 0% 0% no-repeat;
}
h1,h2,h3,h4 { margin: 0.2em 0 }
p{margin: 0.5em 0}
#sidenav {
margin:50px 0 0 0;
padding:0 15px;
list-style:none;
}
#sidenav li{background: url('images/side-dots.gif') repeat-x bottom right;}
#sidenav a {
padding-left: 15px;
display: block;
font-family: Verdana, Tahoma, Sans-Serif;
font-size: 10px;
text-decoration: none;
color: #808080;
height: 25px;
line-height: 25px;
background: url('images/bullet.gif') 4px 11px no-repeat;
}
#sidenav a:hover,#sidenav a:active {
background: #f2f2f2 url('images/redbullet.gif') 4px 11px no-repeat;
cursor: pointer;
text-decoration: underline;
color: #333333;
}
</style>
</head>
<body>
<div id="container">
<div id="header">
<div id="hright"></div>
</div>
<div id="left">
<ul id="sidenav">
<li><a href="##">Side Item</a></li>
<li><a href="##">Side Item</a></li>
<li><a href="##">Side Item</a></li>
<li><a href="##">Side Item</a></li>
<li><a href="##">Side Item</a></li>
</ul>
</div>
<div id="right"> </div>
<div id="middle"><p>Content.<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />Now to make it full height... ugh</p></div>
</div>
<div id="footer">
<div id="fleft"></div>
<div id="fright"></div>
</div>
</body>
</html>
Bookmarks