This is the full html coding:
HTML Code:
<div id="wrapper_header">
<div id="header">
<div id="wrapper_headergradl">
<div id="wrapper_headergradr">
<h1> </h1>
</div>
</div>
</div>
</div>
<div id="wrapper_content">
<div id="wrapper_menu">
<div id="menu">
</div><!--menu-->
</div>
<div id="content">
</div>
</div>
<div id="wrapper_footer">
<div id="footer">
Design door Daisy Nabben | Alle rechten voorbehouden Himalaya Hills 2012
</div>
</div>
and this is the full css:
Code:
html, body {
height:100%;
margin:0 auto;
}
html {
overflow:hidden;
}
/* Page width */
#header, #wrapper_content, #wrapper_footer {
width: 80%;
margin: 0 auto;
}
/* Banner style */
#wrapper_header {
background:transparent url('images/bg.png') top center repeat-x;
}
#header {
background:#fff url('images/bannerfluid.jpg') top center no-repeat;
}
#wrapper_headergradl {
background: transparent url('images/bg02-blue-left.png') top left no-repeat;
}
#wrapper_headergradr {
background: transparent url('images/bg02-blue-right.png') top right no-repeat;
}
#header h1 {
margin:0px;
height: 192px;
}
/* Footer style */
#wrapper-footer {
margin-top: 1em;
text-align: center;
position:fixed;
bottom:0px;
}
#footer {
margin: 0 20px;
text-align:center;
background-color: #e5f0fc;
border: 1px solid #ccc;
border-bottom: 0;
clear: both;
}
Bookmarks