Fixed Bottom Footer


[sourcecode language=”css”]
#footer {
position:fixed;
left:0px;
bottom:0px;
height:30px;
width:100%;
background:#999;
}
[/sourcecode]