
Untitled
By: a guest on
May 3rd, 2012 | syntax:
None | size: 0.52 KB | hits: 16 | expires: Never
<html>
<head>
<style type='text/css'>
html, body {
height: 100%; margin:0px; padding:0px;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0px auto -30px 0; background:red;
}
.nav {background:blue; position:absolute; top:0px; left:0px; overflow:hidden; display:block; width:100%; height:27px;}
.spacer {padding-top:27px;}
</style>
</head>
<body>
<div class="nav">test</div>
<div class="wrapper">
<div class="spacer">
content goes here
</div>
</div>
</body>
</html>