groups

name language licence
Safari Search Field HTML GPL 2
Digg This Story HTML Other
img $rel HTML Other
META Refresh HTML Other
Columns Up2five HTML Other
STICKER HTML JavaScript Other
del.ico.us cloud HTML Other
Back link HTML Other

< 1 2 3 4 >



language: JavaScript
licence: Other

STICKER HTML

options: view full snippetsend to code collector
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
	<head>

		<title>A CSS Sticky Footer</title>

		<!--
		The second stylesheet is to make things look pretty.
		The first one is only the important one.
		-->

		<link rel="stylesheet" type="text/css" media="screen" href="layout.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="style.css" />

	</head>
	
(Continues...)