Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 4 of 4
<html>
<head>
<style type="text/css">
body {
background:url(http://toghaus.com/president/clouds.jpg) no-repeat fixed top center;
}
#footer {
background-color:#0c0;
bottom:0;
height:100px;
left:0;
position:fixed;
width:100%;
z-index:10;
}
#page {
background-color:#c00;
height:1000px;
/* margin-bottom == #footer.height!!! */
margin:0 auto 100px auto;
width:600px;
}
</style>
</head>
<body>
<div id="page"></div>
<div id="footer"></div>
</body>
</html>
1 to 4 of 4