The countdown to realistic Js images shows the remaining hours, minutes, and seconds. You can use only one image, which is not the same as the pure web version. Now it's really good to use pictures to simulate the LED effect. I hope everyone will like it.
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "> <ptml xmlns =" http://www.w3.org/1999/xhtml "> <pead> <title> realistic image countdown </title> <meta http-equiv = "content-type" content = "text/html; charset = gb2312 "> <style type =" text/css ">. time {width: 200px; height: 25px; border: 1px red solid; overflow: hidden ;}. time span {float: left; line-height: 25px; height: 25px; overflow: hidden ;}. time span. danwei {padding: 0 1px ;}. clear {height: 0; clear: both; overflow: hidden ;}</style> </pead> <body> ::: <br class = "clear"> </body> </ptml>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]