groups

name language licence
8 font stacks CSS Other
CSS3 border radius CSS Other
@fontface Other Other
css clearfix Other Other
blueprint class HTML Other
round corner hack CSS Other
blueprint add CSS Other
sticky footer HTML Other

< 1 2 >



language: HTML
licence: Other

sticky footer

options: view full snippetsend to code collector
/* The CSS that's required to position the footer */
 
	html
	{
		height: 100%;
	}
 
	body
	{
		height: 100%;
	}
 
	#page
	{
		position: relative;
	
(Continues...)