Return to Snippet

Revision: 1182
at September 21, 2006 11:07 by drdamour


Initial Code
<html>
	<head>
		<title>Vertical Fill 3</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 - document.getElementById('topbar').offsetHeight); background-color: blue;"></div>
		</div>
	</body>
</html>

Initial URL


Initial Description


Initial Title
Vertical Fill 3

Initial Tags


Initial Language
HTML