Results 1 to 1 of 1
-
04-26-2010, 08:58 PM #1
Banned
- Join Date
- Jul 2009
- Posts
- 194
- Thanks
- 0
- Thanked 5 Times in 5 Posts
- Feedback Score
- 0
CoolClock - Super nice Javascript Analog Clock
From this super nice JavaScript analog clock, you have more than 20 layouts of analog clock to display the time on your web pages. This JavaScript analog clock has enou... detail at JavaScriptBank.com - 2.000+ free JavaScript codes
How to setup
Step 1: Use JavaScript code below to setup the script
JavaScript
Step 2: Copy & Paste HTML code below in your BODY sectionCode:<!--[if IE]><script type="text/javascript" src="excanvas.js"></script><![endif]--> <script src="coolclock.js" type="text/javascript"></script> <script src="moreskins.js" type="text/javascript"></script>
HTML
Step 3: must download files belowCode:<table align="center"> <tbody><tr><td rowspan="2"> <canvas style="width: 170px; height: 170px;" height="170" width="170" id="c1" class="CoolClock"></canvas> <br> <canvas style="width: 170px; height: 170px;" height="170" width="170" id="c2" class="CoolClock:chunkySwiss"></canvas> <br> <canvas style="width: 170px; height: 170px;" height="170" width="170" id="c4" class="CoolClock:machine"></canvas> </td><td> <canvas style="width: 380px; height: 380px;" height="380" width="380" id="c5" class="CoolClock:fancy:190"></canvas> </td></tr><tr><td align="center"> <table><tbody><tr> <td align="center">New York<br><canvas style="width: 60px; height: 60px;" height="60" width="60" id="c6" class="CoolClock:chunkySwiss:30:noSeconds:-4 leftRightPad"></canvas></td> <td align="center">London<br><canvas style="width: 60px; height: 60px;" height="60" width="60" id="c7" class="CoolClock::30:noSeconds:+1 leftRightPad"></canvas></td> <td align="center">Townsville<br><canvas style="width: 60px; height: 60px;" height="60" width="60" id="c8" class="CoolClock:fancy:30:noSeconds:+10 leftRightPad"></canvas></td> </tr></tbody></table> </td></tr> </tbody></table>
Files
coolclock.js
excanvas.js
moreskins.js
Similar Threads
-
World Clock script
By JavaScriptBank in forum JavaScript & AJAXReplies: 5Last Post: 05-21-2013, 05:06 AM -
JavaScript Countdown Timer solution in OOP
By JavaScriptBank in forum JavaScript & AJAXReplies: 0Last Post: 05-16-2010, 09:43 PM -
40 Super Nice JavaScript Extensions and Plugins
By JavaScriptBank in forum JavaScript & AJAXReplies: 1Last Post: 12-31-2009, 09:09 AM -
analog vs digital clock
By muazra in forum General TalkReplies: 3Last Post: 07-15-2008, 07:45 PM




Reply With Quote

