Place a div on the absolute bottom of a page

Use the CSS to automatically ensure that a DIV appears at the bottom of a page.
CSS • HTML


<style>
#siblinglinks{
	height: 37px;
	clear: both;
	bottom:0px;
	width:100%;
	position: absolute;
	border:1px solid #ff3300;
	display:block;
}
</style>

Written by Frank Joseph Brefere III

Posted by fbrefere001 on Tuesday February 12, 2008