groups

name language licence
blueprint add CSS Other
clear form Other Other
captcha HTML Other
DD_roundies HTML Other
sticky footer HTML Other
add google jquery link Java Other
reset mysql numbers SQL (Rails) Other
gravatar php crypt PHP Other

< 1 2 3 4 5 6 >



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...)