<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title> 数字时钟 </title>
<style type = "text/css">
#face1,#face2,#face4,#face5,#face7,#face8,#face10,#face11{
width:70px;
height:85px;
padding-right:50px;
background-repeat:no-repeat;
}
#face3,#face6,#face9{
width:68px;
height:30px;
background-repeat:no-repeat;
}
#align{
background:#000;
width:100%;
height:650px;
}
#tablecss{
vertical-align:0 middle;
width:650px;
margin-top:100px;
}
</style>
<script type = "text/javascript">
function icon(value,count){
var ai = document.getElementById(value).style;
var x;
switch(count){
case 0:
x = "0";
break;
case 1:
x = "1";
break;
case 2:
x = "2";
break;
case 3:
评论0
最新资源