bit dojo labs : file explorer

Inspecting: home > js > iCountdown > index.html (download)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
	<title>iCountdown</title>
	<meta http-equiv="content-type" content="text/html; charset=utf-8">
	<script src="./js/prototype.js" type="text/javascript" charset="utf-8"></script>
	<script src="./js/scriptaculous.js" type="text/javascript" charset="utf-8"></script>
	<script src="./js/countdown.js" type="text/javascript" charset="utf-8"></script>
	
	<style type="text/css">
		body {background:#666;}
	    #myCountdown .countdown {overflow: hidden;}
		#myCountdown .countdown div {width: 63px; height: 57px; font-size: 30px; text-align: center; background: url(./img/counter_background.png) no-repeat; color: white; float:left; margin: 0 3px; behavior: url(./js/iepngfix.htc);}
		#myCountdown .countdown div img { height: 57px; width: 25px; }
	</style>

</head>
	
<body>

	<div id="content">
	
		<div id="myCountdown"> </div>
		
		<div id="countdownlabels">
			<img src="./img/counter_labels.jpg" width="261" height="18" alt="" style="padding-left:8px; padding-top:5px;"> 
		</div>
		
	</div>

</body>
</html>