Return to Snippet

Revision: 1181
at September 21, 2006 11:05 by drdamour


Initial Code
<html>
	<head>
		<title>Vertical Fill 2</title>
	</head>
	<body style="margin: 0px;">
		<div id="container" style="height: 100%;">
			<div id="topbar" style="height: 50px; background-color: green;"></div>
			<div id="filler" style="height: expression(document.body.clientHeight - 50); background-color: blue;"></div>
		</div>
	</body>
</html>

Initial URL


Initial Description


Initial Title
Vertical Fill 2

Initial Tags


Initial Language
HTML